Fix for indexing
This commit is contained in:
@@ -384,7 +384,7 @@ module.exports = function (options) {
|
|||||||
const chapter = await saveFile(
|
const chapter = await saveFile(
|
||||||
file,
|
file,
|
||||||
request.user.id,
|
request.user.id,
|
||||||
chapterIndex+index,
|
Number(chapterIndex)+Number(index),
|
||||||
artifactVersion
|
artifactVersion
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user