chore(deps): update typescript-eslint monorepo to v8 (major) (#3887)

* chore(deps): update typescript-eslint monorepo to v8

* chore(js): fix linter errors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot]
2024-09-15 13:51:33 -07:00
committed by GitHub
parent 86ce875da8
commit f6a1b1b638
5 changed files with 62 additions and 65 deletions

View File

@@ -306,7 +306,7 @@ class LatencyCompensator {
'rebuffer events: ',
this.bufferingCounter,
);
} catch (err) {
} catch {
// console.error(err);
}
}