Skip to content

Commit 421ccbf

Browse files
committed
fix: lutim not required properly
Signed-off-by: Raccoon <raccoon@hackmd.io>
1 parent e72bcfe commit 421ccbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/imageRouter/lutim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const config = require('../config')
33
const logger = require('../logger')
44

5-
const lutim = require('lib/imageRouter/lutim')
5+
const lutim = require('lutim')
66

77
exports.uploadImage = function (imagePath, callback) {
88
if (!imagePath || typeof imagePath !== 'string') {

0 commit comments

Comments
 (0)