liuyu 4 tahun lalu
induk
melakukan
5872be847b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/service/room.js

+ 1 - 1
app/service/room.js

@@ -92,7 +92,7 @@ class RoomService extends CrudService {
     if (result) {
     if (result) {
       const { mq } = this.ctx;
       const { mq } = this.ctx;
       if (mq) {
       if (mq) {
-        const exchange = 'quest_publish' + res.id;
+        const exchange = 'quest_publish_' + res.id;
         const parm = {
         const parm = {
           durable: true,
           durable: true,
           headers: {
           headers: {