Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
overmode committed Jan 7, 2025
1 parent 6640fdc commit 98602a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const FeedbacksSection = ({
!isAgentConfigurationFeedbacksLoading &&
feedbacksNotExhausted
) {
setSize(size + 1);
void setSize(size + 1);
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion front/lib/swr/assistants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import type {
import {
fetcher,
getErrorFromResponse,
useSWRWithDefaults,
useSWRInfiniteWithDefaults,
useSWRWithDefaults,
} from "@app/lib/swr/swr";
import type { GetAgentConfigurationsResponseBody } from "@app/pages/api/w/[wId]/assistant/agent_configurations";
import type { PostAgentScopeRequestBody } from "@app/pages/api/w/[wId]/assistant/agent_configurations/[aId]/scope";
Expand Down

0 comments on commit 98602a1

Please sign in to comment.