Skip to content

Commit

Permalink
update json payload
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed May 1, 2023
1 parent d95bac6 commit 4c1d51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-check/app-check-api-client-internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class AppCheckApiClient {
method: 'POST',
url,
headers: FIREBASE_APP_CHECK_CONFIG_HEADERS,
data: { token }
data: { app_check_token: token }
};
return this.httpClient.send(request);
})
Expand Down

0 comments on commit 4c1d51e

Please sign in to comment.