Closed lorenzodonini closed 8 months ago
Fixes a validation bug caused by inconsistency in the spec. To prevent misinterpretation, the validation was changed from: connectorId > 0 to connectorId >= 0 for TriggerMessage.Req.
connectorId > 0
connectorId >= 0
TriggerMessage.Req
Closes #244
Fixes a validation bug caused by inconsistency in the spec. To prevent misinterpretation, the validation was changed from:
connectorId > 0
toconnectorId >= 0
forTriggerMessage.Req
.Closes #244