Skip to content

Commit

Permalink
remove undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Mar 29, 2024
1 parent 661c3d9 commit 678659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function determineStorageMode(): StorageMode | undefined {
mode !== undefined
) {
throw new Error(
`AZLE_IDENTITY_STORAGE_MODE must be 'plaintext', 'keyring', 'password-protected', or undefined`
`AZLE_IDENTITY_STORAGE_MODE must be 'plaintext', 'keyring', 'password-protected'`
);
}
return mode;
Expand Down

0 comments on commit 678659a

Please sign in to comment.