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

Merge branch 'product-dev' of...

Merge branch 'product-dev' of http://54.169.104.100:27015/rms/Backend/api-main-service into red-develop
parents 8cb0f313 149b65f5
...@@ -244,8 +244,8 @@ def notification_create(form_code, message, account_no, ...@@ -244,8 +244,8 @@ def notification_create(form_code, message, account_no,
else: else:
rms_websocket( rms_websocket(
ROOM, ROOM,
'NEW NOTIFICATIONS', cms_notification,
{"message": "NEW NOTIFICATION"} {'message': 'NEW NOTIFICATIONS'}
) )
return True 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