Skip to content

Commit a2088e7

Browse files
committed
fix build
1 parent 93b6a1b commit a2088e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/services/hooks/providers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const useProviders = (
2020
queryFn: async () => {
2121
return jawn.POST("/v1/providers", {
2222
body: {
23-
filter: userFilters ?? {},
23+
filter: (userFilters ?? {}) as any,
2424
offset: 0,
2525
limit,
2626
timeFilter: {

0 commit comments

Comments
 (0)