Skip to content

Commit 4d968e3

Browse files
committed
remove integration id
1 parent 16db77b commit 4d968e3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/github/copilotApi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export class CopilotApi {
8989
const response = await this.makeApiCall(apiUrl, {
9090
method: 'POST',
9191
headers: {
92-
'Copilot-Integration-Id': 'copilot-developer-dev', // TODO: This is wrong.
9392
'Authorization': `Bearer ${this.token}`,
9493
'Content-Type': 'application/json',
9594
'Accept': 'application/json',

0 commit comments

Comments
 (0)