Skip to content

Commit

Permalink
#3060-await
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Dec 14, 2024
1 parent b466c25 commit 61b6cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/hooks/organizations.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const useOrganizationLogo = () => {
return await downloadGoogleImage(fileId);
} catch {
// return default logo if fileId was not found
return getDefaultImageData();
return await getDefaultImageData();
}
});
};

0 comments on commit 61b6cf8

Please sign in to comment.