Skip to content

Commit

Permalink
fix: offline pos message uncheck queuename
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhsaikhan committed Mar 2, 2024
1 parent d9d9cca commit 251bd41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-posclient-api/src/messageBroker.ts
Expand Up @@ -265,6 +265,7 @@ export const sendMessageWrapper = async (
{
subdomain,
data: serviceName,
thirdService: true,
},
);

Expand All @@ -284,6 +285,7 @@ export const sendMessageWrapper = async (
return sendMessage({
serviceName: '',
...args,
data: { ...(args.data || {}), thirdService: true },
action: `${serviceName}:${action}`,
});
}
Expand Down

0 comments on commit 251bd41

Please sign in to comment.