提交 c6f2bbe6 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

Fix retry typing

上级 10f4efd3
import promiseRetry from 'promise-retry'
import { WrapOptions } from 'retry'
import { OperationOptions } from 'retry'
export async function tryWait<T> (
retryableFn: (
......@@ -20,7 +20,7 @@ export async function tryWait<T> (
const retries = 9
// const unref = true
const retryOptions: WrapOptions = {
const retryOptions: OperationOptions = {
factor,
maxTimeout,
minTimeout,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册