Skip to content

Commit 0aa1bca

Browse files
committed
Add optional type on Api.startVerification(webhookUrl:) in ios/
1 parent 9959ce9 commit 0aa1bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/inapp_rn_sdk/Api.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ import ReclaimInAppSdk
7474
parameters: [String: String]?,
7575
autoSubmit: Bool,
7676
acceptAiProviders: Bool,
77-
webhookUrl: String
77+
webhookUrl: String?
7878
) async throws -> [String: Any] {
7979
var session: ReclaimSessionInformation? = nil
8080
if let sessionTimestamp = sessionTimestamp, let sessionSessionId = sessionSessionId, let sessionSignature = sessionSignature {

0 commit comments

Comments
 (0)