This commit is contained in:
syuilo
2018-03-28 16:20:46 +09:00
parent efb7c71d88
commit 7d4d9dbaa6
3 changed files with 34 additions and 3 deletions

View File

@@ -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;

View File

@@ -115,8 +115,6 @@ export default async (req: express.Request, res: express.Response) => {
following_count: 0,
name: name,
posts_count: 0,
likes_count: 0,
liked_count: 0,
drive_capacity: 1073741824, // 1GB
username: username,
username_lower: username.toLowerCase(),