Skip to content

Commit

Permalink
city
Browse files Browse the repository at this point in the history
  • Loading branch information
Xziy committed Feb 20, 2025
1 parent 06fdf25 commit 620d5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/worktime.validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export interface RestrictionsOrder<T extends {} = {}> extends Restrictions {

multipleCities?: boolean | null;

city: City | null
city?: City | null

/** Данные о модели авторизации пользователей на сайте предприятия */
user?: UserRestrictions<T> | null;
Expand Down

0 comments on commit 620d5de

Please sign in to comment.