Download counting (#388)

This commit is contained in:
Geometrically
2022-07-01 19:31:37 -07:00
committed by GitHub
parent 1fc579e907
commit 1e4d07a52c
3 changed files with 21 additions and 1 deletions

View File

@@ -343,5 +343,8 @@ fn check_env_vars() -> bool {
failed |= check_var::<String>("GITHUB_CLIENT_ID");
failed |= check_var::<String>("GITHUB_CLIENT_SECRET");
failed |= check_var::<String>("ARIADNE_ADMIN_KEY");
failed |= check_var::<String>("ARIADNE_URL");
failed
}