Some minor fixes

This commit is contained in:
2022-02-10 23:43:31 +02:00
parent 81c23328cc
commit 0164e2756a
3 changed files with 35 additions and 13 deletions

View File

@@ -185,6 +185,7 @@ module.exports = function (options) {
creatorId: request.user.id,
name: chunks[0].trim(),
originalText: request.body.text,
index: request.body.index,
artifactVersionId: artifactVersion.id,
chunks: chunks.map((chunk,index) => {
return {