Skip to content

Commit 6001547

Browse files
authored
remove map call
1 parent fda84b9 commit 6001547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
let type = world.get_type_by_name.call("UnitStruct");
2-
let constructed = construct.call(type, map.call(#{}));
2+
let constructed = construct.call(type, #{});

0 commit comments

Comments
 (0)