Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jun 6, 2024
1 parent 86cc9b8 commit 9d81a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/superdough/worklets.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ class RecordingProcessor extends AudioWorkletProcessor {
}
process(inputs, outputs) {
// noop if scheduled recording begin hasn't been reached
// eslint-disable-next-line no-undef
if (currentTime < this.begin) {
return true;
}
Expand Down

0 comments on commit 9d81a4d

Please sign in to comment.