Enables deletion of malformed requests.

This commit is contained in:
James Quinley
2022-03-02 21:55:58 -08:00
parent 2d9a4b56de
commit 89f6b36449

View File

@ -742,7 +742,7 @@ public class delegationServices {
Lrequest.append("status",true);
dCollection.updateOne(searchQuery, updateQuery1);
dCollection.updateOne(searchQuery, updateQuery);
delegationTimer.DeleteTargetRequest(ClientID);
}
}
@ -760,6 +760,7 @@ public class delegationServices {
Lrequest.append("status",true);
dCollection.updateOne(searchQuery, updateQuery1);
dCollection.updateOne(searchQuery, updateQuery);
delegationTimer.DeleteTargetRequest(ClientID);
}
}