SEGuRo-Projekt / Platform

Repository der SEGuRo Plattform
https://seguro-projekt.github.io/Platform/
Apache License 2.0
4 stars 0 forks source link

Fix initial startup of jobs #85

Closed fwege closed 5 months ago

fwege commented 5 months ago

Fixed initial startup of EventTriggerType.STARTUP jobs by iterating over the values instead of the keys of the dict: triggers.

I still think we don't need the redundant check, as all trigger types have a type field... What do you think @stv0g ?