Skip to content

Commit

Permalink
fix(autoupgrade): turn autoUpgrade True in low level SDK fns (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur12-1610 authored Mar 5, 2024
1 parent ee074a1 commit 5717b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/restapi/src/lib/helpers/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const decryptPGPKey = async (options: decryptPgpKeyProps) => {
account = null,
signer = null,
env = Constants.ENV.PROD,
toUpgrade = false,
toUpgrade = true,
additionalMeta = null,
progressHook,
} = options || {};
Expand Down

0 comments on commit 5717b1d

Please sign in to comment.