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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jq-rs committed Mar 25, 2024
1 parent cafe3f9 commit 322ca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/webworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function processBd(channel, uid, msgtype, timestamp, message) {
}
init = true;
}
else if (gBdDb[channel][uid] == bd && && gMyDhKey[channel].secret) {
else if (gBdDb[channel][uid] == bd && gMyDhKey[channel].secret) {
//BD matches, do nothing
}
else {
Expand Down

0 comments on commit 322ca69

Please sign in to comment.