We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13a4ae commit bf97eeaCopy full SHA for bf97eea
packages/api/src/tasks/__tests__/util.test.ts
@@ -341,7 +341,6 @@ describe('util', () => {
341
const now = Date.now();
342
const oneMinuteMs = 60 * 1000;
343
const oneHourMs = 60 * oneMinuteMs;
344
- const oneDayMs = 24 * oneHourMs;
345
346
it('should return unchanged dates when range is within limits', () => {
347
const startTime = now - 10 * oneMinuteMs; // 10 minutes ago
0 commit comments