Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Martynov committed Mar 12, 2014
1 parent 326662c commit ba4aa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/image/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
return callback([]);
}

if (!parsed_data) return callcack(null);
if (!parsed_data) return callback(null);
var file_id = parsed_data.file_id;

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

0 comments on commit ba4aa51

Please sign in to comment.