Fix typo in comment

Co-authored-by: Robert <robertbrignull@github.com>
This commit is contained in:
Koen Vlaswinkel
2024-05-14 09:42:04 +02:00
committed by GitHub
parent 1f937ad208
commit ba9007e426

View File

@@ -68,7 +68,7 @@ export async function listDatabases(
credentials: Credentials,
config: GitHubDatabaseConfig,
): Promise<ListDatabasesResult | undefined> {
// 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
// for authentication.
const hasAccessToken =
!!(await credentials.getExistingAccessToken()) || hasGhecDrUri();