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 ec4ebfe commit 1a8de70Copy full SHA for 1a8de70
packages/app-check/src/client.ts
@@ -47,7 +47,7 @@ export async function exchangeToken(
47
const headers: HeadersInit = {
48
'Content-Type': 'application/json'
49
};
50
- // If platform logger exists, add the platform info string to the header.
+ // If heartbeat service exists, add heartbeat header string to the header.
51
const heartbeatService = heartbeatServiceProvider.getImmediate({
52
optional: true
53
});
0 commit comments