Skip to content

Commit 366dc03

Browse files
committed
added client header
1 parent 315c0e4 commit 366dc03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/vapiChatClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export class VapiChatClient {
6464
headers: {
6565
Authorization: `Bearer ${this.publicKey}`,
6666
'Content-Type': 'application/json',
67+
'X-Client-ID': 'vapi-widget',
6768
},
6869
body: JSON.stringify({
6970
...message,

0 commit comments

Comments
 (0)