Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix(rpc): publish clientId on counts rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Feb 23, 2024
1 parent ffda3d4 commit 1357f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/kanao-cache/src/Structures/KanaoCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class KanaoCache extends EventEmitter {

channel.ack(message);
await this.amqp.sendToQueue(content.replyTo, Buffer.from(
JSON.stringify({ request: content.request, guilds, users, channels })
JSON.stringify({ request: content.request, clientId, guilds, users, channels })
), { correlationId: message.properties.correlationId as string });
}
});
Expand Down

0 comments on commit 1357f5a

Please sign in to comment.