Skip to content

Commit

Permalink
[lib] Fix capitalization in usePeerToPeerMessageHandler
Browse files Browse the repository at this point in the history
Summary: Fixes https://phab.comm.dev/D13901#388703

Test Plan: It's just formatting change

Reviewers: kamil, ashoat

Reviewed By: ashoat

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D13923
  • Loading branch information
graszka22 committed Nov 13, 2024
1 parent add745d commit f7cf29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tunnelbroker/use-peer-to-peer-message-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function usePeerToPeerMessageHandler(): (
if (sqliteMessages.length > 0) {
console.log(
'Message skipped because it was already decrypted ' +
`messageId: ${messageID} ` +
`messageID: ${messageID} ` +
`sender: ${message.senderInfo.deviceID}.`,
);
return;
Expand Down

0 comments on commit f7cf29b

Please sign in to comment.