Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Feb 29, 2024
1 parent 43e48af commit b545c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PostHog/PostHogApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

class PostHogApi {
private let config: PostHogConfig

// default is 60s but we do 10s
private let defaultTimeout: TimeInterval = 10

Expand All @@ -27,7 +27,7 @@ class PostHogApi {

return config
}

private func getURL(_ url: URL) -> URLRequest {
var request = URLRequest(url: url)
request.httpMethod = "POST"
Expand Down

0 comments on commit b545c9d

Please sign in to comment.