Track creator

This commit is contained in:
2022-01-07 02:15:44 +02:00
parent a9f9b63904
commit 0ae106afc0
5 changed files with 57 additions and 14 deletions

View File

@@ -95,7 +95,8 @@ module.exports = function (options) {
artifactVersionId: artifactVersion.id,
chunks: chunks.map((chunk,index) => {
return {
text: chunk,
creatorId: request.user.id,
text: chunk.trim(),
index: index
}
})