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

@@ -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(),