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