File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { IKeyValueAdapter } from "./IKeyValueAdapter.js";
99import { JsonKeyValueAdapter } from "./JsonKeyValueAdapter.js" ;
1010import { DEFAULT_REFRESH_INTERVAL_IN_MS , MIN_REFRESH_INTERVAL_IN_MS } from "./RefreshOptions.js" ;
1111import { Disposable } from "./common/disposable.js" ;
12- import { Lock } from "./common/lock.js"
12+ import { Lock } from "./common/lock.js" ;
1313import { FEATURE_FLAGS_KEY_NAME , FEATURE_MANAGEMENT_KEY_NAME } from "./featureManagement/constants.js" ;
1414import { AzureKeyVaultKeyValueAdapter } from "./keyvault/AzureKeyVaultKeyValueAdapter.js" ;
1515import { RefreshTimer } from "./refresh/RefreshTimer.js" ;
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export class Lock {
1515 this . #locked = false ;
1616 }
1717 }
18- }
18+ }
You can’t perform that action at this time.
0 commit comments