[APP-1776] Refactor Live Now config, reorg files (#9871)
This commit is contained in:
@@ -29,6 +29,7 @@ export async function retry<P>(
|
||||
export async function networkRetry<P>(
|
||||
retries: number,
|
||||
fn: () => Promise<P>,
|
||||
delay?: number,
|
||||
): Promise<P> {
|
||||
return retry(retries, isNetworkError, fn)
|
||||
return retry(retries, isNetworkError, fn, delay)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user