We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f937ad commit ba9007eCopy full SHA for ba9007e
extensions/ql-vscode/src/databases/github-databases/api.ts
@@ -68,7 +68,7 @@ export async function listDatabases(
68
credentials: Credentials,
69
config: GitHubDatabaseConfig,
70
): Promise<ListDatabasesResult | undefined> {
71
- // On GHEC-DR, unauthenticated requests will enver work, so we should always ask
+ // On GHEC-DR, unauthenticated requests will never work, so we should always ask
72
// for authentication.
73
const hasAccessToken =
74
!!(await credentials.getExistingAccessToken()) || hasGhecDrUri();
0 commit comments