Skip to content

Commit 98ce968

Browse files
committed
Adding semicolon!
1 parent c3544fd commit 98ce968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-common/src/cache/utils/CacheTypes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { AccessTokenEntity } from "../entities/AccessTokenEntity";
99
import { RefreshTokenEntity } from "../entities/RefreshTokenEntity";
1010
import { AppMetadataEntity } from "../entities/AppMetadataEntity";
1111

12-
export type AccountCache = Record<string, AccountEntity>
12+
export type AccountCache = Record<string, AccountEntity>;
1313
export type IdTokenCache = Record<string, IdTokenEntity>;
1414
export type AccessTokenCache = Record<string, AccessTokenEntity>;
1515
export type RefreshTokenCache = Record<string, RefreshTokenEntity>;

0 commit comments

Comments
 (0)