diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-18 03:26:36 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-18 03:26:36 +0900 |
| commit | 4ea7b2dd63491e4cdcf8b5bf3896fa666e73a84f (patch) | |
| tree | af74baf26f5689b89140ad138a9d3209827ff4cf /src/queue/processors/db/export-blocking.ts | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-4ea7b2dd63491e4cdcf8b5bf3896fa666e73a84f.tar.gz sharkey-4ea7b2dd63491e4cdcf8b5bf3896fa666e73a84f.tar.bz2 sharkey-4ea7b2dd63491e4cdcf8b5bf3896fa666e73a84f.zip | |
fix(server): fix #7786
Diffstat (limited to 'src/queue/processors/db/export-blocking.ts')
| -rw-r--r-- | src/queue/processors/db/export-blocking.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue/processors/db/export-blocking.ts b/src/queue/processors/db/export-blocking.ts index a0fc385006..8b8aa259d4 100644 --- a/src/queue/processors/db/export-blocking.ts +++ b/src/queue/processors/db/export-blocking.ts @@ -4,7 +4,7 @@ import * as fs from 'fs'; import { queueLogger } from '../../logger'; import addFile from '@/services/drive/add-file'; -import dateFormat from 'dateformat'; +import * as dateFormat from 'dateformat'; import { getFullApAccount } from '@/misc/convert-host'; import { Users, Blockings } from '@/models/index'; import { MoreThan } from 'typeorm'; |