Skip to content

Commit

Permalink
add correct type for user teamsId
Browse files Browse the repository at this point in the history
  • Loading branch information
dsumer committed Jul 19, 2023
1 parent baa9117 commit 5feb6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export type User = {
| typeof NO_WORKTIME_REGULATIONS_ID_FOR_USER
| null;
/** The co-worker's team id */
teamsId: null;
teamsId: number | null;
/**
* ID of the co-worker's nonbusiness group
* - "0" if the co-worker has no nonbusiness group
Expand Down

0 comments on commit 5feb6b8

Please sign in to comment.