mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 16:53:38 +00:00
fix: remove unused dashboard demo timestamp constant
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import type { Document, Submission, InsightsResult } from '@/libs/api';
|
||||
|
||||
const NOW = new Date().toISOString();
|
||||
const D = (daysAgo: number) => new Date(Date.now() - daysAgo * 86_400_000).toISOString();
|
||||
|
||||
const ROOT_VERSION_ID = 'demo-v1';
|
||||
|
||||
Reference in New Issue
Block a user