Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Jan 20, 2024
1 parent 0a73fcc commit 6a080bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private Document map(Work work) {
var result = new Document(work.getStyle());
result.getMetadata().put(MetaData.ID, work.getId());
result.getMetadata().put(MetaData.DATATYPE, MetaData.DataType.ROW.toString());
result.getMetadata().put(MetaData.DATANAME, "subject");
result.getMetadata().put(MetaData.DATANAME, "style");
return result;
}

Expand Down

0 comments on commit 6a080bd

Please sign in to comment.