From 3f5b96bf629da5f736c09b10058802eed28cca18 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 16 May 2019 01:07:32 +0900 Subject: Resolve #4928 --- src/config/types.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index d312a5a181..7da9820f22 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -27,13 +27,6 @@ export type Source = { port: number; pass: string; }; - drive?: { - storage: string; - bucket?: string; - prefix?: string; - baseUrl?: string; - config?: any; - }; autoAdmin?: boolean; -- cgit v1.2.3-freya