Skip to content

Commit

Permalink
fix: revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Dec 19, 2024
1 parent 0d53020 commit 9c86614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/src/services/OldAppNameService.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class OldAppNameService extends BaseService {

const age = Date.now() - timestamp.getTime();

const n_ms = 60 * 1000;
// const n_ms = N_MONTHS * 30 * 24 * 60 * 60 * 1000
// const n_ms = 60 * 1000;
const n_ms = N_MONTHS * 30 * 24 * 60 * 60 * 1000
this.log.noticeme('AGE INFO', {
input_time: row.timestamp,
age,
Expand Down

0 comments on commit 9c86614

Please sign in to comment.