pool: use triple-equals

This commit is contained in:
Alex Gleason
2023-08-31 13:41:40 -05:00
parent 9effe807d1
commit 2a70bb18ff

View File

@@ -94,7 +94,7 @@ export class SimplePool {
}, this.eoseSubTimeout) }, this.eoseSubTimeout)
relays relays
.filter((r, i, a) => a.indexOf(r) == i) .filter((r, i, a) => a.indexOf(r) === i)
.forEach(async relay => { .forEach(async relay => {
let r let r
try { try {