Skip to content

Commit

Permalink
feat: code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Goel <[email protected]>
  • Loading branch information
Gaurav Goel committed Jul 5, 2024
1 parent 5f4e21e commit 07dfd82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/com/web3auth/core/Web3Auth.kt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
web3AuthResponse = resp
} else {
print(error)
initializeCf.completeExceptionally(error)
}
initializeCf.complete(null)
}
Expand Down

0 comments on commit 07dfd82

Please sign in to comment.