Skip to content

Commit

Permalink
Fix: json transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Mar 5, 2024
1 parent 56a78ba commit 372a6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const stateToJSON = () => {
booths: domBoothsToJSON(),
text: domTextToJSON(),
shapes: domShapesToJSON(),
polyline: domPolylineToJSON(),
polylines: domPolylineToJSON(),
images: domImagesToJSON()
};
};

0 comments on commit 372a6f7

Please sign in to comment.