mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
clean up
This commit is contained in:
@ -32,11 +32,6 @@ export const packedUserLiteSchema = {
|
||||
type: 'any',
|
||||
nullable: true, optional: false,
|
||||
},
|
||||
avatarColor: {
|
||||
type: 'any',
|
||||
nullable: true, optional: false,
|
||||
default: null,
|
||||
},
|
||||
isAdmin: {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: true,
|
||||
@ -101,11 +96,6 @@ export const packedUserDetailedNotMeOnlySchema = {
|
||||
type: 'any',
|
||||
nullable: true, optional: false,
|
||||
},
|
||||
bannerColor: {
|
||||
type: 'any',
|
||||
nullable: true, optional: false,
|
||||
default: null,
|
||||
},
|
||||
isLocked: {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
|
Reference in New Issue
Block a user