Pārlūkot izejas kodu

Fixes lint error

main
Eric Amodio pirms 3 gadiem
vecāks
revīzija
b6352078ec
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/system/decorators/timeout.ts

+ 1
- 1
src/system/decorators/timeout.ts Parādīt failu

@ -49,7 +49,7 @@ export function timeout(timeoutOrTimeoutFromLastArg: number | boolean, defaultTi
const id = setTimeout(() => {
clearTimeout(id);
reject(new CancellationError(result, `Timed out after ${timeout} ms`));
}, timeout!);
}, timeout);
}),
]);
};

Notiek ielāde…
Atcelt
Saglabāt