From 78ebcbcb531eae3b2aeff4db898ed6400b0561d8 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 25 Jan 2022 16:31:00 +0800 Subject: [PATCH] refactor: remove dead code --- komga-webui/src/types/komga-transientbooks.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/komga-webui/src/types/komga-transientbooks.ts b/komga-webui/src/types/komga-transientbooks.ts index cc635f931..884988224 100644 --- a/komga-webui/src/types/komga-transientbooks.ts +++ b/komga-webui/src/types/komga-transientbooks.ts @@ -1,9 +1,5 @@ import {PageDto} from '@/types/komga-books' -export interface ScanRequestDto { - path: string, -} - export interface TransientBookDto { id: string, name: string,