Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 1, 2024
1 parent 80faed9 commit 219a57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/socketCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ class SocketCommands {
}
}

//Convert buffer to base 64
// Convert buffer to base 64
if (typeof callback === 'function') {
callback(error, data64 || '', type);
} else {
Expand Down

0 comments on commit 219a57f

Please sign in to comment.