Adjust frontend build script to allow aggressive caching
This commit is contained in:
@ -18,7 +18,7 @@ export default class AccountService extends Server.AccountService<SessionContext
|
||||
id: ctx.user.uid,
|
||||
username: ctx.user.username,
|
||||
name: ctx.user.name,
|
||||
birthday: ctx.user.birthday.valueOf(),
|
||||
birthday: ctx.user.birthday?.valueOf(),
|
||||
gender: ctx.user.gender as number as Gender,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user