added return
This commit is contained in:
parent
bd5247f21e
commit
7eb728968a
@ -64,6 +64,7 @@ class MongoDBService:
|
||||
|
||||
try:
|
||||
resp = col.delete_one({"identifier": identifier})
|
||||
return resp
|
||||
except:
|
||||
print("Could not delete Metadata")
|
||||
return resp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user