Skip to content

Commit

Permalink
Merge pull request #51 from bcgov/EMDEDT_186_Data_Validation
Browse files Browse the repository at this point in the history
Adding update timestamps
  • Loading branch information
vmanawat authored Jan 24, 2025
2 parents d888612 + fe8aca0 commit c7201fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/file_submissions/file_submissions.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export class FileSubmissionsService {
},
data: {
submission_status_code: status,
update_utc_timestamp: new Date()
},
});
});
Expand All @@ -216,6 +217,7 @@ export class FileSubmissionsService {
},
data: {
submission_status_code: "DELETED",
update_utc_timestamp: new Date(),
},
});
});
Expand Down

0 comments on commit c7201fe

Please sign in to comment.