We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9eb25 commit 948428eCopy full SHA for 948428e
.changeset/fix-nx-build-order.md
@@ -0,0 +1,5 @@
1
+---
2
+"@nylas/connect": patch
3
4
+
5
+Updated the x-nylas-public-application-id header.
packages/nylas-connect/src/connect-client.ts
@@ -61,7 +61,7 @@ export class NylasConnect {
61
private static readonly NYLAS_CONNECT_VERSION: string = pkg.version;
62
private static readonly NYLAS_CONNECT_HEADER = "x-nylas-connect" as const;
63
private static readonly NYLAS_APPLICATION_ID_HEADER =
64
- "x-nylas-application-id" as const;
+ "x-nylas-public-application-id" as const;
65
66
constructor(config: ConnectConfig = {}) {
67
// Resolve configuration with environment variables and defaults
0 commit comments