Fix the lint error
This commit is contained in:
parent
23f1d56a80
commit
726339f158
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ export default class DefaultPlaybackController implements IPlaybackController {
|
|||
// causing unnecessary recalculations
|
||||
const untapFromRangeD = rangeD.keepHot()
|
||||
// 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue