Skip to content

Commit 5c2bf02

Browse files
committed
Submodule merge & remove unused
1 parent b07766a commit 5c2bf02

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

src/services/base/project.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ export function getRecordExportFromData(projectId: string, onResult: (result: an
6666
jsonFetchWrapper(finalUrl, FetchType.GET, onResult);
6767
}
6868

69-
export function getRatsTokenization(projectId: string, onResult: (result: any) => void) {
70-
const finalUrl = `${projectEndpoint}/${projectId}/rats-running`;
71-
jsonFetchWrapper(finalUrl, FetchType.GET, onResult);
72-
}
73-
7469
export function getAccessTokens(projectId: string, onResult: (result: any) => void) {
7570
const finalUrl = `${projectEndpoint}/${projectId}/access-tokens`;
7671
jsonFetchWrapper(finalUrl, FetchType.GET, onResult);

submodules/react-components

0 commit comments

Comments
 (0)