This commit is contained in:
Kenshin Abe
2024-02-02 19:32:57 +09:00
parent fe538ac2fd
commit b5c1260bbb
+1 -1
View File
@@ -467,7 +467,7 @@ export enum CompareStudiesPlotType {
}
export const getCompareStudiesPlotAPI = (
studyIds: number[],
plotType: CompareStudiesPlotType,
plotType: CompareStudiesPlotType
): Promise<PlotResponse> => {
return axiosInstance
.get<PlotResponse>(`/api/compare-studies/plot/${plotType}`, {