Skip to content

Commit

Permalink
feat(paas): Update paas snapshot api call
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Jan 16, 2024
1 parent e8e20b1 commit a103dd4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/paas/snapshots/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ class PaasSnapshotsRestore extends PaasKommand {
environmentId: this.args.environment,
projectId: this.flags.project || this.getProject(),
applicationId: this.args.applicationId,
body: {
repository: "automated",
snapshot: this.args.snapshotId,
},
snapshotId: this.args.snapshotId
});

this.logInfo("Ok");
Expand Down

0 comments on commit a103dd4

Please sign in to comment.