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