Skip to content

Commit 7df437c

Browse files
Update src/app/models/accounts-model.ts
Co-authored-by: Roy Johnson <[email protected]>
1 parent b846a6d commit 7df437c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/models/accounts-model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ export default {
111111
});
112112
return user;
113113
});
114-
}, () => { window._OX_USER_PROMISE = undefined; })
114+
}, () => {window._OX_USER_PROMISE = undefined;})
115115
};

0 commit comments

Comments
 (0)