Skip to content

Commit

Permalink
Update src/keychain/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored Sep 10, 2024
1 parent e8f4b29 commit 27bd9a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/keychain/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ export async function get(key: string, options: KeychainOptions = {}): Promise<R
logger.error(new RainbowError(`[keychain]: _get() handled unknown error`), {
message: e.toString(),
});
return {
value: undefined,
error: ErrorType.NotAuthenticated,
};
}

return {
Expand Down

0 comments on commit 27bd9a9

Please sign in to comment.