Skip to content

Commit fae6fbf

Browse files
committed
Fix
1 parent a339551 commit fae6fbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/apps/contwatch-client/app/[lang]/swrUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Endpoint } from "@repo/utils/endpoints";
55
import { getApiEndpoint } from "@repo/utils/getApiEndpoint";
66
import useSWR from "swr";
77

8-
98
export const useAttributeChart = (attributeIds: number[], date?: string) => {
109
return useSWR<AttributeChartModel[]>(
1110
`${getApiEndpoint(Endpoint.attributeChart)}/${attributeIds.join(",")}/${attributeIds.length > 0 ? (date ?? "") : ""}`,

0 commit comments

Comments
 (0)