Skip to content

Commit

Permalink
fix: type-o missing []
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed May 7, 2024
1 parent 9610b57 commit 1a5c9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type User = helper.Props<users.User> &

export type Infraction = Omit<users.Infraction, "user">
export type UserWithInfractions = User & {
infractions: Infraction;
infractions: Infraction[];
};
export type InfractionType = users.InfractionType;

Expand Down

0 comments on commit 1a5c9c5

Please sign in to comment.