エクスポートファイルでは同一ハッシュチェックをしないように (#4841)

This commit is contained in:
MeiMei
2019-05-03 18:34:45 +09:00
committed by syuilo
parent e311d73ffc
commit a397c040fe
5 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ export async function exportMute(job: Bull.Job, done: any): Promise<void> {
logger.succ(`Exported to: ${path}`);
const fileName = 'mute-' + dateFormat(new Date(), 'yyyy-mm-dd-HH-MM-ss') + '.csv';
const driveFile = await addFile(user, path, fileName);
const driveFile = await addFile(user, path, fileName, null, null, true);
logger.succ(`Exported to: ${driveFile._id}`);
cleanup();