Fix lint errors
This commit is contained in:
+1
-1
@@ -116,5 +116,5 @@ export function getBidObject (params: { bidder: string, status?: string }): any
|
||||
}
|
||||
|
||||
export async function delay (ms: number): Promise<any> {
|
||||
return new Promise(res => setTimeout(res, ms));
|
||||
return new Promise((resolve) => setTimeout(resolve, ms));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user