chore: code formatting
This commit is contained in:
@@ -32,7 +32,7 @@ export default async function({login, data, imports, rest, q, account}, {enabled
|
|||||||
) => value)
|
) => value)
|
||||||
if (delay) {
|
if (delay) {
|
||||||
console.debug(`metrics/compute/${login}/plugins > lines > waiting ${delay}s while waiting for contributor stats to be updated`)
|
console.debug(`metrics/compute/${login}/plugins > lines > waiting ${delay}s while waiting for contributor stats to be updated`)
|
||||||
await new Promise(resolve => setTimeout(resolve, delay*1000))
|
await new Promise(resolve => setTimeout(resolve, delay * 1000))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user