diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-07 00:44:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-07 00:44:56 +0900 |
| commit | 2de48110bbc253ff4aa8457ea0cfed5a6fb5feb0 (patch) | |
| tree | 2c67b7f6ccd85f54037053a70beabcad3821e723 /src/config | |
| parent | Clean up (diff) | |
| download | sharkey-2de48110bbc253ff4aa8457ea0cfed5a6fb5feb0.tar.gz sharkey-2de48110bbc253ff4aa8457ea0cfed5a6fb5feb0.tar.bz2 sharkey-2de48110bbc253ff4aa8457ea0cfed5a6fb5feb0.zip | |
ghostの設定をDBに保存するように
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/types.ts | 5 |
1 files changed, 0 insertions, 5 deletions
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; |