Skip to content

Commit

Permalink
no cache on requests list
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggishop committed Mar 14, 2024
1 parent 5fbf3f0 commit f8f01f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export async function handleListAccessRequests(req: Request, params: Params<stri
projectId: projectId,
userId: user.user_id,
})
return json(requests)
return json(requests, { headers: { 'cache-control': 'no-cache' } })
}

0 comments on commit f8f01f6

Please sign in to comment.