chore(lint): burn down remaining warnings to zero
This commit is contained in:
@@ -49,7 +49,7 @@ export class LaneQueue {
|
||||
|
||||
// Otherwise, queue the work and return a deferred promise
|
||||
return new Promise<T>((resolve, reject) => {
|
||||
lane!.queue.push({
|
||||
lane.queue.push({
|
||||
work: work as () => Promise<unknown>,
|
||||
resolve: resolve as (value: unknown) => void,
|
||||
reject,
|
||||
|
||||
Reference in New Issue
Block a user