Skip to content

Commit 999eaab

Browse files
committed
Fix typo
1 parent 6dd14af commit 999eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/src/resolvers/mutations/accounts/resetPassword.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default async function resetPassword(
4545
'emails.$.verified': true,
4646
},
4747
},
48-
{}
48+
{},
4949
);
5050
if (updatedUser) {
5151
await modules.accounts.emit('VerifyEmailSuccess', updatedUser);

0 commit comments

Comments
 (0)