diff options
Diffstat (limited to 'cli/tests/workers/bench_worker.ts')
| -rw-r--r-- | cli/tests/workers/bench_worker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/workers/bench_worker.ts b/cli/tests/workers/bench_worker.ts index 7e85eed03..1edd2750f 100644 --- a/cli/tests/workers/bench_worker.ts +++ b/cli/tests/workers/bench_worker.ts @@ -1,4 +1,4 @@ -onmessage = function (e): void { +onmessage = function (e) { const { cmdId, action, data } = e.data; switch (action) { case 0: // Static response |
