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