From 2a5c19cd0133451b8279843024e2316053ca55c7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 6 Nov 2018 07:52:13 +0900 Subject: リモートのファイルをキャッシュするかどうかの設定をDBに保存するように MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/types.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index f1cbb84c8a..e6fe6a67c8 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -46,8 +46,6 @@ export type Source = { secret_key: string; }; - preventCacheRemoteFiles: boolean; - drive?: { storage: string; bucket?: string; -- cgit v1.2.3-freya