Skip to content

Commit 7dbecc2

Browse files
committed
fix: remove duplicate dataset index v2
1 parent dae7349 commit 7dbecc2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/libs/ajax/DataSet.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ export const DataSet = {
4040
return res.data
4141
},
4242

43-
searchDatasetIndexV2: async (query) => {
44-
const url = `${await getApiUrl()}/api/dataset/search/index/v2`
45-
const res = await fetchPost(url, query, Config.authOpts())
46-
return res
47-
},
48-
4943
getDataSetsByDatasetId: async (datasetId) => {
5044
const url = `${await Config.getApiUrl()}/api/dataset/v2/${datasetId}`
5145
const res = await fetchGet(url, Config.authOpts())

0 commit comments

Comments
 (0)