Skip to content

Commit b1e2a67

Browse files
hsubox76Feiyang1
andauthored
Update packages-exp/app-check-exp/src/internal-api.ts
Co-authored-by: Feiyang <[email protected]>
1 parent 9187e31 commit b1e2a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export function addTokenListener(
173173
// is not true.
174174
if (
175175
!newState.tokenRefresher.isRunning() &&
176-
state.isTokenAutoRefreshEnabled === true
176+
state.isTokenAutoRefreshEnabled
177177
) {
178178
newState.tokenRefresher.start();
179179
}

0 commit comments

Comments
 (0)