Skip to content

Commit

Permalink
void promise
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 14, 2022
1 parent 3900fb8 commit cffcbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/helpers/provider/masa-context.tsx
Expand Up @@ -170,7 +170,7 @@ export const MasaContextProvider = ({ children }: MasaContextProviderProps) => {
);

useEffect(() => {
loadIdentity();
void loadIdentity();
}, [loadIdentity]);

useEffect(() => {
Expand Down

0 comments on commit cffcbd8

Please sign in to comment.