mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
don't run conversions test when disabled
This commit is contained in:
@@ -33,6 +33,8 @@ checkCanStoreFiles = (callback)->
|
||||
callback(err)
|
||||
|
||||
checkFileConvert = (callback)->
|
||||
if !settings.enableConversions
|
||||
return callback()
|
||||
imgPath = path.join(settings.path.uploadFolder, "/tiny.pdf")
|
||||
async.waterfall [
|
||||
(cb)->
|
||||
|
||||
Reference in New Issue
Block a user