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

Commit 322ca69

Browse files
committed
Fix typo
1 parent cafe3f9 commit 322ca69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/webworker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ function processBd(channel, uid, msgtype, timestamp, message) {
385385
}
386386
init = true;
387387
}
388-
else if (gBdDb[channel][uid] == bd && && gMyDhKey[channel].secret) {
388+
else if (gBdDb[channel][uid] == bd && gMyDhKey[channel].secret) {
389389
//BD matches, do nothing
390390
}
391391
else {

0 commit comments

Comments
 (0)