Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
intrn(shareable): cast order values as constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Magtoto committed Oct 8, 2022
1 parent f7f0d1b commit b01162f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shareable/types/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const UserKindValues = [ "unreachable_employee", "reachable_employee", "s

export const StatusValues = [ "will_start", "ongoing", "done" ]

export const OrderValues = [ "first", "second", "third" ]
export const OrderValues = [ "first", "second", "third" ] as const
/**
* Possible kinds of user that the system can handle
*/
Expand Down

0 comments on commit b01162f

Please sign in to comment.