Skip to content

Commit 93560a7

Browse files
committed
rename _database key
1 parent 0aa8873 commit 93560a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Pam/Pam.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public class Pam: NSObject {
368368
let response = PamResponse(code: res?["code"] as? String,
369369
message: res?["message"] as? String,
370370
contactID: res?["contact_id"] as? String,
371-
database: res?["database"] as? String,
371+
database: res?["_database"] as? String,
372372
consentID: res?["consent_id"] as? String)
373373

374374
DispatchQueue.main.async {

0 commit comments

Comments
 (0)