Skip to content

Commit

Permalink
Add build_id when page is deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
rayangler committed Sep 22, 2023
1 parent cf32291 commit 8d70bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/persistence/src/services/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class UpdatedPagesManager {
$set: {
deleted: true,
updated_at: this.updateTime,
build_id: this.buildId,
},
},
},
Expand Down

0 comments on commit 8d70bb7

Please sign in to comment.