Track creator
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user