X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FAsyncLock.ts;h=b58e3a77eb780a8e4836f7150658ad8268dd6233;hb=77b4dcc3d3fbd2148f2723df593cce10174e3358;hp=c6b35b84457fa9f090b002417e4cbdfeb32cfb5e;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/AsyncLock.ts b/src/utils/AsyncLock.ts index c6b35b84..b58e3a77 100644 --- a/src/utils/AsyncLock.ts +++ b/src/utils/AsyncLock.ts @@ -6,7 +6,7 @@ import { Constants } from './Constants.js' export enum AsyncLockType { configuration = 'configuration', - performance = 'performance' + performance = 'performance', } type ResolveType = (value: void | PromiseLike) => void