fix: add missing import

fix #8756
This commit is contained in:
Johann150 2022-05-29 14:32:52 +02:00
parent feba678e03
commit ebc2566130
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -9,7 +9,7 @@ import { addFile } from '@/services/drive/add-file.js';
import { format as dateFormat } from 'date-fns';
import { Users, Emojis } from '@/models/index.js';
import { } from '@/queue/types.js';
import { createTempDir } from '@/misc/create-temp.js';
import { createTemp, createTempDir } from '@/misc/create-temp.js';
import { downloadUrl } from '@/misc/download-url.js';
import config from '@/config/index.js';
import { IsNull } from 'typeorm';