Skip to content

Commit 310fa9c

Browse files
committed
rename the application id header
1 parent 6e9eb25 commit 310fa9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nylas-connect/src/connect-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class NylasConnect {
6161
private static readonly NYLAS_CONNECT_VERSION: string = pkg.version;
6262
private static readonly NYLAS_CONNECT_HEADER = "x-nylas-connect" as const;
6363
private static readonly NYLAS_APPLICATION_ID_HEADER =
64-
"x-nylas-application-id" as const;
64+
"x-nylas-public-application-id" as const;
6565

6666
constructor(config: ConnectConfig = {}) {
6767
// Resolve configuration with environment variables and defaults

0 commit comments

Comments
 (0)