feat: introduce identity-backed goat
This commit is contained in:
@@ -22,7 +22,10 @@ func validate() -> Array[String]:
|
||||
if (
|
||||
target_type
|
||||
not in [
|
||||
SimulationIds.TARGET_RESOURCE, SimulationIds.TARGET_ACTIVITY, SimulationIds.TARGET_FREE
|
||||
SimulationIds.TARGET_RESOURCE,
|
||||
SimulationIds.TARGET_ACTIVITY,
|
||||
SimulationIds.TARGET_ANIMAL,
|
||||
SimulationIds.TARGET_FREE,
|
||||
]
|
||||
):
|
||||
errors.append("target_type '%s' is invalid for '%s'" % [target_type, action_id])
|
||||
|
||||
Reference in New Issue
Block a user