Skip to content

Commit

Permalink
Update typings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming authored May 29, 2024
1 parent c9284f1 commit c6bb930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export interface WalineChildComment extends BaseWalineResponseComment {
/**
* Reply user information
*/
reply_user: {
reply_user?: {

Check warning on line 224 in packages/api/src/typings.ts

View workflow job for this annotation

GitHub Actions / test (18, ubuntu-latest)

Type Property name `reply_user` must match one of the following formats: camelCase, PascalCase, UPPER_CASE

Check warning on line 224 in packages/api/src/typings.ts

View workflow job for this annotation

GitHub Actions / test (20, ubuntu-latest)

Type Property name `reply_user` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
nick: string;
link: string;
avatar: string;
Expand Down

0 comments on commit c6bb930

Please sign in to comment.