Skip to content

Commit b8e23b9

Browse files
praveshkumar1988kartikpersistent
authored andcommitted
Rename the function #657
1 parent ed2803c commit b8e23b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/score.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ async def get_unconnected_nodes_list(uri=Form(), userName=Form(), password=Form(
563563
gc.collect()
564564

565565
@app.post("/delete_unconnected_nodes")
566-
async def get_unconnected_nodes_list(uri=Form(), userName=Form(), password=Form(), database=Form(),unconnected_entities_list=Form()):
566+
async def delete_orphan_nodes(uri=Form(), userName=Form(), password=Form(), database=Form(),unconnected_entities_list=Form()):
567567
try:
568568
graph = create_graph_database_connection(uri, userName, password, database)
569569
graphDb_data_Access = graphDBdataAccess(graph)

0 commit comments

Comments
 (0)