summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-06 15:51:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-06 15:51:05 +0900
commit0c46f5ce700b4d45e07e7489722177a754592518 (patch)
tree1f1acc7af52f898fbbfe8317dfc7f32aa1c67d4a /src
parent[Client] Use dynamic import to reduce bundle size (diff)
downloadsharkey-0c46f5ce700b4d45e07e7489722177a754592518.tar.gz
sharkey-0c46f5ce700b4d45e07e7489722177a754592518.tar.bz2
sharkey-0c46f5ce700b4d45e07e7489722177a754592518.zip
Clean up
Diffstat (limited to 'src')
-rw-r--r--src/config/types.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/config/types.ts b/src/config/types.ts
index e6fe6a67c8..ff19af27c0 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -19,7 +19,6 @@ export type Source = {
feedback_url?: string;
};
languages?: string[];
- welcome_bg_url?: string;
url: string;
port: number;
https?: { [x: string]: string };
@@ -78,17 +77,6 @@ export type Source = {
hook_secret: string;
username: string;
};
- reversi_ai?: {
- id: string;
- i: string;
- };
- line_bot?: {
- channel_secret: string;
- channel_access_token: string;
- };
- analysis?: {
- mecab_command?: string;
- };
/**
* Service Worker