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.
getAccessToken
1 parent 4acf657 commit cbd3f17Copy full SHA for cbd3f17
src/wrapper/WebflowClient.ts
@@ -72,7 +72,7 @@ export class WebflowClient extends FernClient {
72
body,
73
});
74
if (response.ok) {
75
- return (response as any)["access_token"];
+ return (response.body as any)["access_token"];
76
}
77
78
switch (response.error.reason) {
0 commit comments