Skip to content

Commit

Permalink
Upgrade package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Nov 26, 2024
1 parent 2fd7b6e commit 2946cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/cli",
"version": "2.3.0",
"version": "2.3.1-rc.1",
"description": "The Form.io Command Line Interface application.",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/Cloner.js
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,9 @@ class Cloner {
return;
}
const decryptedDstSettings = dest ? this.decrypt(this.options.dstDbSecret, dest['settings_encrypted'], true) : {};
if (!decryptedDstSettings) {
return;
}
if (decryptedDstSettings.secret) {
this.dstSecret = decryptedDstSettings.secret;
}
Expand Down

0 comments on commit 2946cfc

Please sign in to comment.