michal-billtech

Results 1 issues of michal-billtech

``` try { await Promise.race([ new Promise((resolve, reject) => setTimeout(() => reject(new Error("my timeout")), 2000)), ky("https://pie.dev/status/429", { retry: { limit: 15, }, timeout: 1000, }), ]); } catch (err: unknown)...

bug