Skip to content

Commit d6a89b2

Browse files
authored
Merge pull request #49 from Exabyte-io/feat/SOF-6914-rjsf
feat/SOF-6914: minor schema correction
2 parents 0680ff3 + e83e98e commit d6a89b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/units/assignment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class AssignmentUnit extends BaseUnit {
1111
name: UNIT_TYPES.assignment,
1212
type: UNIT_TYPES.assignment,
1313
operand: "X",
14-
value: 1,
14+
value: "1",
1515
input: [],
1616
};
1717
}

0 commit comments

Comments
 (0)