Island: Remove unneeded patch function in new configuration resource

This commit is contained in:
Shreya Malviya 2022-06-21 15:07:32 -07:00
parent 00e38391b4
commit 63d5330386
1 changed files with 0 additions and 4 deletions

View File

@ -69,7 +69,3 @@ class AgentConfiguration(AbstractResource):
configuration_json["propagation"]["exploitation"]["vulnerability"],
):
del exploiter["supported_os"]
@jwt_required
def patch(self): # Q: reset the configuration here? or does that make more sense in delete?
pass