Skip to content

Commit

Permalink
Merge branch 'fix/b' into tmp/20250117
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenberg-2077 committed Jan 17, 2025
2 parents b32a673 + 25084a8 commit 510be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/service/keyring/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ export const getKeyringBridge = async (type: string) => {
};

export const hasBridge = async (type: string) => {
return !!getKeyringBridge(type);
return !!(await getKeyringBridge(type));
};

0 comments on commit 510be5e

Please sign in to comment.