Skip to content

Commit 9c86614

Browse files
committed
fix: revert test change
1 parent 0d53020 commit 9c86614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/src/services/OldAppNameService.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class OldAppNameService extends BaseService {
3636

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

39-
const n_ms = 60 * 1000;
40-
// const n_ms = N_MONTHS * 30 * 24 * 60 * 60 * 1000
39+
// const n_ms = 60 * 1000;
40+
const n_ms = N_MONTHS * 30 * 24 * 60 * 60 * 1000
4141
this.log.noticeme('AGE INFO', {
4242
input_time: row.timestamp,
4343
age,

0 commit comments

Comments
 (0)