Skip to content

Commit

Permalink
Now returning resource in static resource function
Browse files Browse the repository at this point in the history
  • Loading branch information
overmode committed Jan 7, 2025
1 parent 98602a1 commit 5cd4c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/lib/swr/assistants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ export function useAgentConfigurationFeedbacksByDescVersion({
const { data, error, mutate, size, setSize, isLoading, isValidating } =
useSWRInfiniteWithDefaults(
(pageIndex: number, previousPageData) => {
console.log("previousPageData", previousPageData);
if (!agentConfigurationId) {
return null;
}
Expand Down

0 comments on commit 5cd4c98

Please sign in to comment.