Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 66fbda9

Browse files
authored
Add updated time when marking data for deletion (#864)
1 parent 7eef407 commit 66fbda9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/repositories/updatedDocsRepository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export class UpdatedDocsRepository extends BaseRepository {
2525
const update = {
2626
$set: {
2727
deleted: true,
28+
updated_at: new Date(),
2829
},
2930
};
3031

0 commit comments

Comments
 (0)