Skip to content

Commit ba4aa51

Browse files
author
Nikolay Martynov
committed
Fix typo
1 parent 326662c commit ba4aa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/image/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
return callback([]);
2121
}
2222

23-
if (!parsed_data) return callcack(null);
23+
if (!parsed_data) return callback(null);
2424
var file_id = parsed_data.file_id;
2525

2626
models.files.find({ where: { id: file_id } })

0 commit comments

Comments
 (0)