Skip to content

Commit f9c3e6e

Browse files
indykoningactions-user
authored andcommitted
Apply fixes from Prettier
1 parent 54461df commit f9c3e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/stores/useUser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const refresh = async function () {
6161

6262
return (currentRefresh = (async function () {
6363
try {
64-
const oldEmail = userStorage.value?.email;
64+
const oldEmail = userStorage.value?.email
6565
userStorage.value = (await magentoGraphQL(`{ customer { ${config.queries.customer} } }`))?.data?.customer
6666
if (oldEmail !== userStorage.value?.email) {
6767
await loggedIn()

0 commit comments

Comments
 (0)