Skip to content

Commit ba9007e

Browse files
Fix typo in comment
Co-authored-by: Robert <[email protected]>
1 parent 1f937ad commit ba9007e

File tree

1 file changed

+1
-1
lines changed
  • extensions/ql-vscode/src/databases/github-databases

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/databases/github-databases/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export async function listDatabases(
6868
credentials: Credentials,
6969
config: GitHubDatabaseConfig,
7070
): Promise<ListDatabasesResult | undefined> {
71-
// On GHEC-DR, unauthenticated requests will enver work, so we should always ask
71+
// On GHEC-DR, unauthenticated requests will never work, so we should always ask
7272
// for authentication.
7373
const hasAccessToken =
7474
!!(await credentials.getExistingAccessToken()) || hasGhecDrUri();

0 commit comments

Comments
 (0)