We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9726b7 commit a91ad24Copy full SHA for a91ad24
.changeset/fast-badgers-thank.md
@@ -0,0 +1,5 @@
1
+---
2
+"lingo.dev": patch
3
4
+
5
+Fix Content-Type header in auth.ts whoami request
packages/cli/src/cli/utils/auth.ts
@@ -22,7 +22,7 @@ export function createAuthenticator(params: AuthenticatorParams) {
22
method: "POST",
23
headers: {
24
Authorization: `Bearer ${params.apiKey}`,
25
- ContentType: "application/json",
+ "Content-Type": "application/json",
26
},
27
});
28
0 commit comments