Fix pipeline by removing the duplicate option

This commit is contained in:
Amin Ben Ramdhane 2021-11-04 13:01:23 +01:00
parent b357e6c234
commit 68b4501629

View file

@ -175,8 +175,7 @@ event_schema = {
"required": [
"type",
"version",
"protocols",
"version"
"protocols"
]
}