give c field when publishing incident

This commit is contained in:
slice 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
1 changed files with 1 additions and 0 deletions

View File

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