mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-15 17:36:44 +00:00
Merge pull request #217 from cloudron-io/lutim_crash
Fix crash in lutim integration
This commit is contained in:
commit
95aa0ee47b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ exports.uploadImage = function (imagePath, callback) {
|
|||
|
||||
if (config.lutim && config.lutim.url) {
|
||||
lutim.setAPIUrl(config.lutim.url)
|
||||
logger.debug(`Set lutim URL to ${lutim.getApiUrl()}`)
|
||||
logger.debug(`Set lutim URL to ${lutim.getAPIUrl()}`)
|
||||
}
|
||||
|
||||
lutim.uploadImage(imagePath)
|
||||
|
|
Loading…
Add table
Reference in a new issue