Modernize Benchmarks CI

This commit is contained in:
Fedor Indutny
2021-08-11 12:29:07 -07:00
committed by GitHub
parent 12c78c742f
commit 61b7eebfcf
17 changed files with 149 additions and 58 deletions

View File

@@ -222,9 +222,7 @@ export default class AccountManager extends EventTarget {
}
const url = getProvisioningUrl(uuid, pubKey);
if (window.CI) {
window.CI.setProvisioningURL(url);
}
window.CI?.setProvisioningURL(url);
setProvisioningUrl(url);
request.respond(200, 'OK');