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';
44export const getNodeLabelsAndRelTypes = async ( ) => {
55 const formData = new FormData ( ) ;
66 try {
7- const response = await api . post < ServerData > ( `/schema` , formData ) ;
7+ const response = await api . post < ServerData > ( `/schema` , formData ) ;
88 return response ;
99 } catch ( error ) {
1010 console . log ( error ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import api from '../API/Index';
44export const getOrphanNodes = async ( ) => {
55 const formData = new FormData ( ) ;
66 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 ) ;
88 return response ;
99 } catch ( error ) {
1010 console . log ( error ) ;
You can’t perform that action at this time.
0 commit comments