Fix the lint error

This commit is contained in:
Aria Minaei 2023-08-08 08:56:22 +02:00
parent 23f1d56a80
commit 726339f158

View file

@ -223,7 +223,7 @@ export default class DefaultPlaybackController implements IPlaybackController {
// causing unnecessary recalculations // causing unnecessary recalculations
const untapFromRangeD = rangeD.keepHot() const untapFromRangeD = rangeD.keepHot()
// We'll release our subscription once this promise resolves/rejects, for whatever reason // We'll release our subscription once this promise resolves/rejects, for whatever reason
deferred.promise.then(untapFromRangeD, untapFromRangeD) void deferred.promise.then(untapFromRangeD, untapFromRangeD)
let lastTickerTime = ticker.time let lastTickerTime = ticker.time