Skip to content

Commit

Permalink
fix(iOS): explicit return type for isInitialized (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht authored Aug 6, 2024
1 parent 0de923e commit 198ba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/AusweisSdkModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class AusweisSdkModule: Module {
ausweisapp2_send(command)
}

AsyncFunction("initialize") {
AsyncFunction("initialize") { () -> Bool in
if isSdkInitialized {
return true
}
Expand Down

0 comments on commit 198ba11

Please sign in to comment.