give c field when publishing incident
This commit is contained in:
parent
cea693102f
commit
d842ebfccb
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ class ServiceManager:
|
||||||
def _send(websocket):
|
def _send(websocket):
|
||||||
return self._ws_send(websocket, {
|
return self._ws_send(websocket, {
|
||||||
'op': op,
|
'op': op,
|
||||||
|
'c': 'incidents',
|
||||||
'd': data,
|
'd': data,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue