Skip to content

Commit

Permalink
fix: upgrade script for 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Aug 13, 2020
1 parent 87674d6 commit 3268273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrades/1.12.1/post_upload_sizes.js
Expand Up @@ -3,7 +3,7 @@
var async = require('async');

const batch = require('../../batch');
const posts = require('../../posts').async;
const posts = require('../../posts');

module.exports = {
name: 'Calculate image sizes of all uploaded images',
Expand Down

0 comments on commit 3268273

Please sign in to comment.