Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
frosas committed Apr 14, 2024
1 parent 484d30e commit a48d806
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/webpack-dev-server": "^3.11.4",
"@typescript-eslint/eslint-plugin": "~6.5.0",
"@typescript-eslint/parser": "~6.5.0",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"clean-webpack-plugin": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/browser/pings/ping/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default class Ping {
constructor({ worker }: ConstructorParams) {
const markAsDone = () => {
this.done = true
// eslint-disable-next-line @typescript-eslint/no-use-before-define
worker.removeEventListener("message", onMessage)
}
const onMessage = (event: MessageEvent) => {
Expand Down

0 comments on commit a48d806

Please sign in to comment.