summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/FileInfoService.ts
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2023-02-16 15:09:41 +0100
committerGitHub <noreply@github.com>2023-02-16 23:09:41 +0900
commit63df2c851e31a30dda3b7e9edefb2a97e4c1daa6 (patch)
treecb0066301adcc1168bef2246cbf13c6767151959 /packages/backend/src/core/FileInfoService.ts
parentfix(server): マイグレーションad1676438468213が通らないのを修... (diff)
downloadsharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.gz
sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.bz2
sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.zip
refactor: remove all unused imports (#9951)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'packages/backend/src/core/FileInfoService.ts')
-rw-r--r--packages/backend/src/core/FileInfoService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/FileInfoService.ts b/packages/backend/src/core/FileInfoService.ts
index 67337b5056..e39b134b7e 100644
--- a/packages/backend/src/core/FileInfoService.ts
+++ b/packages/backend/src/core/FileInfoService.ts
@@ -3,7 +3,7 @@ import * as crypto from 'node:crypto';
import { join } from 'node:path';
import * as stream from 'node:stream';
import * as util from 'node:util';
-import { Inject, Injectable } from '@nestjs/common';
+import { Injectable } from '@nestjs/common';
import { FSWatcher } from 'chokidar';
import { fileTypeFromFile } from 'file-type';
import FFmpeg from 'fluent-ffmpeg';