Skip to content

Commit b92c141

Browse files
committed
Operation number identifier decreased for maximum confliction
1 parent 4121950 commit b92c141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/UsefulNetworkLayer/NetworkLayer/NetworkLayer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public class NetworkLayer: NSObject, URLSessionDataDelegate {
130130
}
131131

132132
// create task and operation
133-
let id = Int(Date().timeIntervalSince1970 * 1000)
133+
let id = Int(Date().timeIntervalSince1970)
134134
var operation: APIOperation!
135135
var task: URLSessionDataTask!
136136
task = instance._urlSession.dataTask(with: urlRequest) { (data, response, error) in

0 commit comments

Comments
 (0)