Commit ffe8340f authored by John Red Medrano's avatar John Red Medrano

Merge branch 'core-dev-red-develop' into 'core-dev'

{dev bugfix} fixing pusher function

See merge request rms/Backend/api-main-service!920
parents 3da87ee3 c175f0cf
......@@ -254,7 +254,8 @@ def notification_create(form_code, message, account_no,
else:
rms_websocket(
ROOM,
'NEW NOTIFICATIONS'
cms_notification,
{'message': 'NEW NOTIFICATIONS'}
)
return True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment