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
	 syuilo
					syuilo