Skip to content

Commit a0b951f

Browse files
committed
Fix incorrect argument name in NotifyRejected
1 parent 3c8ffe3 commit a0b951f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/CopilotService/CopilotRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ enum CopilotRequest {
164164

165165
var request: ClientRequest {
166166
.custom("notifyRejected", .hash([
167-
"uuid": .array(completionUUIDs.map(JSONValue.string)),
167+
"uuids": .array(completionUUIDs.map(JSONValue.string)),
168168
]))
169169
}
170170
}

0 commit comments

Comments
 (0)