chore: formatting

This commit is contained in:
2023-12-10 17:41:25 +00:00
parent a1e9df8254
commit d00f8b0d85
3 changed files with 20 additions and 19 deletions

View File

@ -168,7 +168,7 @@ class ZapPool extends ExternalStore<Array<ZapPoolRecipient>> {
if (wallet.canAutoLogin()) {
await wallet.login();
}
trackEvent("ZapPool:Automatic")
trackEvent("ZapPool:Automatic");
await this.payout(wallet);
}
}