diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-23 08:13:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-23 08:13:17 +0900 |
| commit | 0d272b1fb05c4098c31feb92ade9efa3bdfc9675 (patch) | |
| tree | 4f3fb7e0567f56c8b2ffad3cec44416f7cc617d1 /src/config | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | misskey-0d272b1fb05c4098c31feb92ade9efa3bdfc9675.tar.gz misskey-0d272b1fb05c4098c31feb92ade9efa3bdfc9675.tar.bz2 misskey-0d272b1fb05c4098c31feb92ade9efa3bdfc9675.zip | |
Resolve #3376
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/types.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index f9cb9d8659..a08b90fec3 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -37,8 +37,6 @@ export type Source = { proxy?: string; - summalyProxy?: string; - accesslog?: string; github_bot?: { |