We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23094b0 commit cc53bdaCopy full SHA for cc53bda
src/hooks/api/ownerships.ts
@@ -188,6 +188,7 @@ export const prefetchGetOwnershipRequestsQuery = ({
188
req,
189
queryClient,
190
...createGetOwnershipRequestsQueryOptions(args),
191
+ staleTime: 0, // always fetch fresh data on server
192
});
193
194
type ApproveOwnershipArguments = { ownershipId: string };
0 commit comments