Skip to content

Commit

Permalink
Merge pull request #182 from platformsh/env-backup-safe
Browse files Browse the repository at this point in the history
Add `safe` property to EnvironmentBackup model
  • Loading branch information
menor-platform authored Jul 12, 2022
2 parents e6e5cb9 + 26e1310 commit 6f73fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/EnvironmentBackup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default class EnvironmentBackup extends Ressource {
index = "";
commit_id = "";
environment = "";
safe = true;

constructor(environmentBackup: APIObject, url: string) {
super(
Expand Down

0 comments on commit 6f73fb8

Please sign in to comment.