Skip to content

Commit 372a6f7

Browse files
committed
Fix: json transformer
1 parent 56a78ba commit 372a6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const stateToJSON = () => {
9696
booths: domBoothsToJSON(),
9797
text: domTextToJSON(),
9898
shapes: domShapesToJSON(),
99-
polyline: domPolylineToJSON(),
99+
polylines: domPolylineToJSON(),
100100
images: domImagesToJSON()
101101
};
102102
};

0 commit comments

Comments
 (0)