Skip to content

Commit

Permalink
chore: Correct list Parameter Type in Sendar.sendFrame Method
Browse files Browse the repository at this point in the history
  • Loading branch information
ITenthusiasm committed Jul 13, 2024
1 parent ed7c94c commit 797c742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sender.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ class Sender {
/**
* Sends a frame.
*
* @param {Buffer[]} list The frame to send
* @param {(Buffer | String)[]} list The frame to send
* @param {Function} [cb] Callback
* @private
*/
Expand Down

0 comments on commit 797c742

Please sign in to comment.