mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-05-19 14:16:47 -04:00
Fix unsupported object format handling in UpdateFieldAction and DeleteObjectAction
This commit is contained in:
@@ -69,7 +69,7 @@ class UpdateFieldAction(Action):
|
||||
|
||||
mylog("none", f"[WF] Unsupported object format: {obj}")
|
||||
|
||||
return obj
|
||||
return None
|
||||
|
||||
|
||||
class DeleteObjectAction(Action):
|
||||
@@ -104,7 +104,7 @@ class DeleteObjectAction(Action):
|
||||
|
||||
mylog("none", f"[WF] Unsupported object format: {obj}")
|
||||
|
||||
return obj
|
||||
return None
|
||||
|
||||
|
||||
class RunPluginAction(Action):
|
||||
|
||||
Reference in New Issue
Block a user