Skip to content

Commit

Permalink
Fixed missed type in #5c28f32
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-01 authored Apr 30, 2024
1 parent c3bfceb commit 66e69c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const APIWebRoutes = {
*
* @returns APIResponse<APICompanyRoles>
*/
companyRoles(companyId: number) {
companyRoles(companyId: number | string) {
return `/vtc/${companyId}/roles` as const;
},

Expand Down

0 comments on commit 66e69c2

Please sign in to comment.