Fix for indexing

This commit is contained in:
kngako
2022-06-22 03:04:53 +02:00
parent 0fee7419c9
commit e4510a2e68

View File

@@ -384,7 +384,7 @@ module.exports = function (options) {
const chapter = await saveFile(
file,
request.user.id,
chapterIndex+index,
Number(chapterIndex)+Number(index),
artifactVersion
)
}