Skip to content

Commit 7d82c4a

Browse files
committed
BUGFIX:
- Punishment: added "enabled" to the schema
1 parent fb0cb80 commit 7d82c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/punishment/schemas/punishment_schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ schema;element_schema:
1111
func: is_element
1212
nullable: false
1313
mapping:
14+
enabled: {type: bool, nullable: false}
1415
penalties:
1516
type: seq
1617
nullable: false

0 commit comments

Comments
 (0)