File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import api from '../API/Index';
4
4
export const getNodeLabelsAndRelTypes = async ( ) => {
5
5
const formData = new FormData ( ) ;
6
6
try {
7
- const response = await api . post < ServerData > ( `/schema` , formData ) ;
7
+ const response = await api . post < ServerData > ( `/schema` , formData ) ;
8
8
return response ;
9
9
} catch ( error ) {
10
10
console . log ( error ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import api from '../API/Index';
4
4
export const getOrphanNodes = async ( ) => {
5
5
const formData = new FormData ( ) ;
6
6
try {
7
- const response = await api . post < OrphanNodeResponse > ( `/get_unconnected_nodes_list` , formData ) ;
7
+ const response = await api . post < OrphanNodeResponse > ( `/get_unconnected_nodes_list` , formData ) ;
8
8
return response ;
9
9
} catch ( error ) {
10
10
console . log ( error ) ;
You can’t perform that action at this time.
0 commit comments