Skip to content

Commit e0a6674

Browse files
committed
dep updates
1 parent a7ceba7 commit e0a6674

File tree

3 files changed

+189
-183
lines changed

3 files changed

+189
-183
lines changed

business/enterprise.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { GitHubTokenType, getGitHubTokenTypeFromValue } from '../lib/github/appT
77
import { CreateError } from '../lib/transitional.js';
88
import { createPagedCacheOptions, getPageSize, symbolizeApiResponse } from './operations/core.js';
99

10+
// import GitHubEnterpriseCopilot from ...; // this is a placeholder for an eventual import
11+
1012
import type {
1113
GetAuthorizationHeader,
1214
GitHubSimpleAccount,
@@ -138,9 +140,7 @@ export default class GitHubEnterprise {
138140
}
139141

140142
get copilot() {
141-
throw CreateError.NotImplemented(
142-
'GitHub Copilot use APIs are not published to the open source project currently.'
143-
);
143+
throw CreateError.NotImplemented('Copilot APIs are not available in this version of the code.');
144144
}
145145

146146
get billing() {

0 commit comments

Comments
 (0)