Skip to content
Snippets Groups Projects
Unverified Commit 43593603 authored by okayurisotto's avatar okayurisotto Committed by GitHub
Browse files

fix(backend): `fields`の誤った定義を修正 (#10737)

parent bcd12337
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,7 @@ export const packedUserDetailedNotMeOnlySchema = {
fields: {
type: 'array',
nullable: false, optional: false,
maxItems: 16,
items: {
type: 'object',
nullable: false, optional: false,
......@@ -161,7 +162,6 @@ export const packedUserDetailedNotMeOnlySchema = {
nullable: false, optional: false,
},
},
maxLength: 4,
},
},
followersCount: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment