You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4 times it's id: number, 4 times it's id: string. It'd be better to be consistent, to avoid accidental errors.
When it's number, the caller does e.g. downloadDocumentFn(Number(id)), except for applicationStartFn, which I guess casts as number using useMutation (the others use useQuery).
The text was updated successfully, but these errors were encountered:
4 times it's
id: number
, 4 times it'sid: string
. It'd be better to be consistent, to avoid accidental errors.When it's number, the caller does e.g.
downloadDocumentFn(Number(id))
, except forapplicationStartFn
, which I guess casts as number usinguseMutation
(the others useuseQuery
).The text was updated successfully, but these errors were encountered: