Skip to content

Commit 42bc3c2

Browse files
committed
lint
1 parent 63f6b2d commit 42bc3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-browser/src/utils/MsalFrameStatsUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function collectInstanceStats(
1818
let sameClientIdInstanceCount = 0;
1919

2020
for (const i of frameInstances) {
21-
if (i == currentClientId) sameClientIdInstanceCount++;
21+
if (i === currentClientId) sameClientIdInstanceCount++;
2222
}
2323
performanceEvent.add({
2424
msalInstanceCount: msalInstanceCount,

0 commit comments

Comments
 (0)