diff options
author | Sheogorath | 2019-10-30 08:58:23 +0100 |
---|---|---|
committer | GitHub | 2019-10-30 08:58:23 +0100 |
commit | 95aa0ee47b1927c45e81322dd64bed9c308eb40c (patch) | |
tree | 23ca09c5557626d4d80261f1c30fec448327bdea /lib/web | |
parent | 01bff246b01398091815fa64547af8a1bf84b2a2 (diff) | |
parent | c034ee5571f931d366e2a56d88819d407756ae99 (diff) |
Merge pull request #217 from cloudron-io/lutim_crash
Fix crash in lutim integration
Diffstat (limited to '')
-rw-r--r-- | lib/web/imageRouter/lutim.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/imageRouter/lutim.js b/lib/web/imageRouter/lutim.js index 61930ad6..ea13fd9d 100644 --- a/lib/web/imageRouter/lutim.js +++ b/lib/web/imageRouter/lutim.js @@ -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) |