Skip to content

Commit 113086a

Browse files
committed
Formatting fix?
1 parent 180c40c commit 113086a

File tree

1 file changed

+1
-1
lines changed
  • packages-exp/app-check-exp/src

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function _activate(
8787
const state = getState(app);
8888

8989
const newState: AppCheckState = { ...state, activated: true };
90-
newState.provider = provider; // Read cached token from storage if it exists and store it in memory.
90+
newState.provider = provider; // Read cached token from storage if it exists and store it in memory.
9191
newState.cachedTokenPromise = readTokenFromStorage(app).then(cachedToken => {
9292
if (cachedToken && isValid(cachedToken)) {
9393
setState(app, { ...getState(app), token: cachedToken });

0 commit comments

Comments
 (0)