Skip to content

Commit 409ecaf

Browse files
KyrylRArvolear
andauthored
Update src/utils/common.ts
Co-authored-by: Artem Chystiakov <[email protected]>
1 parent 4a9f025 commit 409ecaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function buildVariableContext(
3333
getArrayDimensions(values[i]),
3434
values[i],
3535
);
36+
3637
for (const key in bindContext) {
3738
if (bindContext[key] !== null) {
3839
context[key] = bindContext[key];

0 commit comments

Comments
 (0)