fix: lutim not required properly

Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
Raccoon 2020-04-12 02:11:43 +08:00
parent e72bcfe0ea
commit 421ccbfc25
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
const config = require('../config') const config = require('../config')
const logger = require('../logger') const logger = require('../logger')
const lutim = require('lib/imageRouter/lutim') const lutim = require('lutim')
exports.uploadImage = function (imagePath, callback) { exports.uploadImage = function (imagePath, callback) {
if (!imagePath || typeof imagePath !== 'string') { if (!imagePath || typeof imagePath !== 'string') {