Skip to content

Commit bf97eea

Browse files
Remove unused oneDayMs variable
Co-authored-by: Aaron Knudtson <[email protected]>
1 parent f13a4ae commit bf97eea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/api/src/tasks/__tests__/util.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ describe('util', () => {
341341
const now = Date.now();
342342
const oneMinuteMs = 60 * 1000;
343343
const oneHourMs = 60 * oneMinuteMs;
344-
const oneDayMs = 24 * oneHourMs;
345344

346345
it('should return unchanged dates when range is within limits', () => {
347346
const startTime = now - 10 * oneMinuteMs; // 10 minutes ago

0 commit comments

Comments
 (0)