Skip to content

Commit

Permalink
Change method to private.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramhr committed Mar 17, 2024
1 parent 2d3cffa commit df3564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/modules/producer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare class Producer {
* @param msg The message to publish
* @param options The publish options
*/
publishOrSendToQueue(queue: string, msg: Buffer, options: ProduceOptions): Promise<boolean>;
private publishOrSendToQueue(queue: string, msg: Buffer, options: ProduceOptions): Promise<boolean>;
/**
* Start a timer to reject the pending RPC call if no answer is received within the given timeout
* @param queue The queue where the RPC request was sent
Expand Down

0 comments on commit df3564d

Please sign in to comment.