Skip to content

Commit

Permalink
build: fix check type
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed May 18, 2024
1 parent 9bfa6b8 commit e8f0bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onebot11/action/group/GetGroupMemberList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SchemaData = {
group_id: { type: 'number' },
no_cache: { type: ['boolean', 'string'] },
},
required: ['group_id', 'user_id']
required: ['group_id']
} as const satisfies JSONSchema;

type Payload = FromSchema<typeof SchemaData>;
Expand Down

0 comments on commit e8f0bb8

Please sign in to comment.