We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2f668 commit 8fea60aCopy full SHA for 8fea60a
1 file changed
Tool/Sources/GitHubCopilotService/GitHubCopilotRequest.swift
@@ -123,9 +123,7 @@ enum GitHubCopilotRequest {
123
var dict: [String: JSONValue] = [:]
124
let enterpriseURI = UserDefaults.shared.value(for: \.gitHubCopilotEnterpriseURI)
125
if !enterpriseURI.isEmpty {
126
- dict["github-enterprise"] = .hash([
127
- "url": .string(enterpriseURI),
128
- ])
+ dict["url"] = .string(enterpriseURI)
129
}
130
131
if dict.isEmpty { return nil }
0 commit comments