Skip to content

Commit

Permalink
fix: do not wait for intercom login (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami-kb authored Jun 5, 2024
1 parent 3da76d7 commit 127dd51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class IntercomService implements Disposable {

final IntercomService instance = _instance ??= const IntercomService._();

await Intercom.instance.loginIdentifiedUser(userId: account.address);
unawaited(Intercom.instance.loginIdentifiedUser(userId: account.address));

return instance;
}
Expand Down

0 comments on commit 127dd51

Please sign in to comment.