From 7d4d9dbaa61f2eaaa66eac2d9ac282c41044e2c7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 28 Mar 2018 16:20:46 +0900 Subject: wip --- src/api/models/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/models') diff --git a/src/api/models/user.ts b/src/api/models/user.ts index e73c95faf2..9aa7c4efae 100644 --- a/src/api/models/user.ts +++ b/src/api/models/user.ts @@ -46,7 +46,7 @@ export type ILocalAccount = { password: string; token: string; twitter: { - access_token: string; + accessToken: string; access_token_secret: string; user_id: string; screen_name: string; -- cgit v1.2.3-freya