Skip to content

Commit 07cb035

Browse files
committed
chore: remove await
1 parent c01d9a5 commit 07cb035

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(public)/(guest)/register/invite/[slug]

1 file changed

+1
-1
lines changed

src/routes/(public)/(guest)/register/invite/[slug]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
const prefs = await sdk.forConsole.account.getPrefs();
7676
const newPrefs = { ...prefs, code };
7777
await sdk.forConsole.account.updatePrefs(newPrefs);
78-
await invalidate(Dependencies.ACCOUNT);
78+
invalidate(Dependencies.ACCOUNT);
7979
await goto(base);
8080
trackEvent(Submit.AccountCreate, {
8181
email: mail,

0 commit comments

Comments
 (0)