diff options
Diffstat (limited to 'src/daemons/janitor.ts')
| -rw-r--r-- | src/daemons/janitor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemons/janitor.ts b/src/daemons/janitor.ts index c079086427..2bffbc55d1 100644 --- a/src/daemons/janitor.ts +++ b/src/daemons/janitor.ts @@ -1,7 +1,7 @@ // TODO: 消したい const interval = 30 * 60 * 1000; -import { AttestationChallenges } from '../models'; +import { AttestationChallenges } from '@/models/index.js'; import { LessThan } from 'typeorm'; /** |