We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326662c commit ba4aa51Copy full SHA for ba4aa51
plugins/image/config.js
@@ -20,7 +20,7 @@ module.exports = {
20
return callback([]);
21
}
22
23
- if (!parsed_data) return callcack(null);
+ if (!parsed_data) return callback(null);
24
var file_id = parsed_data.file_id;
25
26
models.files.find({ where: { id: file_id } })
0 commit comments