We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721e732 commit 571e225Copy full SHA for 571e225
Sources/Functions/FunctionsClient.swift
@@ -40,7 +40,6 @@ public actor FunctionsClient {
40
/// - region: The Region to invoke the functions in.
41
/// - logger: SupabaseLogger instance to use.
42
/// - fetch: The fetch handler used to make requests. (Default: URLSession.shared.data(for:))
43
- @_disfavoredOverload
44
public init(
45
url: URL,
46
headers: [String: String] = [:],
0 commit comments