wip
This commit is contained in:
parent
efb7c71d88
commit
7d4d9dbaa6
3 changed files with 34 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue