Skip to content

Commit 4a9f025

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export function bindVariableContext(
5757
values: any,
5858
): VariableContextWithNull {
5959
const context: VariableContextWithNull = {};
60-
6160
const resolved = resolveDimensions(variableName, dimensions);
61+
6262
for (const variable of resolved) {
6363
try {
6464
context[variable] = parseVariable(

0 commit comments

Comments
 (0)