From 4f882c7b0521574da9be898b39f999e9d554d568 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Mon, 7 Jul 2025 17:19:04 +0700 Subject: [PATCH] update --- src/services/rabbitmq.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/services/rabbitmq.ts b/src/services/rabbitmq.ts index 7da207c2..9145a38f 100644 --- a/src/services/rabbitmq.ts +++ b/src/services/rabbitmq.ts @@ -401,7 +401,7 @@ async function handler_org(msg: amqp.ConsumeMessage): Promise { "send-publish-org", { success: true, - message: `ระบบกำลังทำการแพร่โครงสร้างหน่วยงาน`, + message: `ระบบกำลังทำการเผยแพร่โครงสร้างหน่วยงาน`, }, { userId: user?.sub }, ).catch(console.error); @@ -1454,10 +1454,10 @@ async function handler_org_draft(msg: amqp.ConsumeMessage): Promise { const child4Repository = AppDataSource.getRepository(OrgChild4); if (user) { sendWebSocket( - "send-publish-org", + "send-create-draft-org", { success: true, - message: `ระบบกำลังทำการสร้างโครงสร้างหน่วยงาน`, + message: `ระบบกำลังทำการสร้างแบบร่างโครงสร้างหน่วยงาน`, }, { userId: user?.sub }, ).catch(console.error);