Skip to content

Commit

Permalink
Removed test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka committed Feb 20, 2024
1 parent 7a2f363 commit 0b9c1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zotero/Models/Convertible.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct Convertible {
extension Convertible: URLRequestConvertible {
func asURLRequest() throws -> URLRequest {
var request = URLRequest(url: self.url)
request.timeoutInterval = 1000//self.timeout
request.timeoutInterval = self.timeout
request.httpMethod = self.httpMethod.rawValue
request.allHTTPHeaderFields = self.headers
if let token = self.token {
Expand Down

0 comments on commit 0b9c1de

Please sign in to comment.