Skip to content

Commit c9c364d

Browse files
committed
Address PR comments
1 parent d7b6cf2 commit c9c364d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-check/src/internal-api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export function addTokenListener(
177177
// Only check cache if there was no token. If the token was invalid,
178178
// skip this and rely on exchange endpoint.
179179
void state
180-
.cachedTokenPromise!// Storage token promise. Always populated in `activate()`.
180+
.cachedTokenPromise! // Storage token promise. Always populated in `activate()`.
181181
.then(cachedToken => {
182182
if (cachedToken && isValid(cachedToken)) {
183183
listener({ token: cachedToken.token });

0 commit comments

Comments
 (0)