We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b6cf2 commit c9c364dCopy full SHA for c9c364d
packages/app-check/src/internal-api.ts
@@ -177,7 +177,7 @@ export function addTokenListener(
177
// Only check cache if there was no token. If the token was invalid,
178
// skip this and rely on exchange endpoint.
179
void state
180
- .cachedTokenPromise!// Storage token promise. Always populated in `activate()`.
+ .cachedTokenPromise! // Storage token promise. Always populated in `activate()`.
181
.then(cachedToken => {
182
if (cachedToken && isValid(cachedToken)) {
183
listener({ token: cachedToken.token });
0 commit comments