pool: use triple-equals

This commit is contained in:
Alex Gleason 2023-08-31 13:41:40 -05:00
parent 9effe807d1
commit 2a70bb18ff
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

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