Работа над BookUpdateChecker

This commit is contained in:
Book Pauk
2022-07-27 12:44:10 +07:00
parent e2c0f3658b
commit 35e46d0685
4 changed files with 60 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ class Misc {
async loadConfig() {
const query = {params: [
'name', 'version', 'mode', 'maxUploadFileSize', 'useExternalBookConverter', 'acceptFileExt', 'branch',
'name', 'version', 'mode', 'maxUploadFileSize', 'useExternalBookConverter', 'acceptFileExt', 'bucEnabled', 'branch',
]};
try {