mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
added radix to parseInt() call
This commit is contained in:
@@ -213,7 +213,7 @@ settings =
|
||||
collaborators: -1
|
||||
dropbox: true
|
||||
versioning: true
|
||||
compileTimeout: parseInt(process.env["COMPILE_TIMEOUT"]) or 180
|
||||
compileTimeout: parseInt(process.env["COMPILE_TIMEOUT"] or 180, 10)
|
||||
compileGroup: "standard"
|
||||
trackChanges: true
|
||||
templates: true
|
||||
|
||||
Reference in New Issue
Block a user