diff options
Diffstat (limited to 'cli/js/util.ts')
-rw-r--r-- | cli/js/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/util.ts b/cli/js/util.ts index 50a38978e..f1aefb601 100644 --- a/cli/js/util.ts +++ b/cli/js/util.ts @@ -73,7 +73,7 @@ export function immutableDefine( o: any, p: string | number | symbol, // eslint-disable-next-line @typescript-eslint/no-explicit-any - value: any + value: any, ): void { Object.defineProperty(o, p, { value, |