summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-29 14:39:52 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-29 14:39:52 +0900
commit1ffc345cdc8f0470a8e9e4d03bea3ae7af54ea48 (patch)
tree9292879c4c4f65751efaa93b825ea948c1090f6a
parentRemove unused const (diff)
downloadsharkey-1ffc345cdc8f0470a8e9e4d03bea3ae7af54ea48.tar.gz
sharkey-1ffc345cdc8f0470a8e9e4d03bea3ae7af54ea48.tar.bz2
sharkey-1ffc345cdc8f0470a8e9e4d03bea3ae7af54ea48.zip
oops
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index 0d8df39f44..6d3e7740b1 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -80,7 +80,7 @@ type Source = {
};
line_bot?: {
channel_secret: string;
- channel_accessToken: string;
+ channel_access_token: string;
};
analysis?: {
mecab_command?: string;