give c field when publishing incident

This commit is contained in:
Skip R. 2018-07-18 12:47:07 -07:00
parent cea693102f
commit d842ebfccb
No known key found for this signature in database
GPG key ID: 1508C19D7436A26D

View file

@ -176,6 +176,7 @@ class ServiceManager:
def _send(websocket):
return self._ws_send(websocket, {
'op': op,
'c': 'incidents',
'd': data,
})