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

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

{dev bugfix} fixing conflicts on broadcast pusher

See merge request rms/Backend/api-main-service!934
parents c8576b28 b6860f9a
......@@ -240,13 +240,6 @@ def notification_create(form_code, message, account_no,
'cms-notification',
{'message': 'NEW NOTIFICATIONS'}
)
else:
send_broadcast_message(
ROOM,
SENDER,
'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