From 2de48110bbc253ff4aa8457ea0cfed5a6fb5feb0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Nov 2018 00:44:56 +0900 Subject: ghostの設定をDBに保存するように MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/types.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index 07d2ec318f..1e44c4061e 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -50,11 +50,6 @@ export type Source = { autoAdmin?: boolean; - /** - * ゴーストアカウントのID - */ - ghost?: string; - proxy?: string; summalyProxy?: string; -- cgit v1.2.3-freya