refactor(server): use named export
This commit is contained in:
parent
53937e09a0
commit
59520c31fd
10 changed files with 12 additions and 12 deletions
|
|
@ -3,7 +3,7 @@ import * as tmp from 'tmp';
|
|||
import * as fs from 'fs';
|
||||
|
||||
import { queueLogger } from '../../logger';
|
||||
import addFile from '@/services/drive/add-file';
|
||||
import { addFile } from '@/services/drive/add-file';
|
||||
import * as dateFormat from 'dateformat';
|
||||
import { getFullApAccount } from '@/misc/convert-host';
|
||||
import { Users, Mutings } from '@/models/index';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue