chore: code formatting

This commit is contained in:
github-actions[bot]
2023-09-12 03:39:49 +00:00
parent 53f4cb6920
commit e0729b29f4

View File

@@ -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))
} }
} }