From 1ffc345cdc8f0470a8e9e4d03bea3ae7af54ea48 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Thu, 29 Mar 2018 14:39:52 +0900
Subject: [PATCH] oops

---
 src/config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;