fix: upgrade script for 1.15.0

This commit is contained in:
Barış Soner Uşaklı
2020-08-13 14:17:43 -04:00
parent 87674d6852
commit 326827382a

View File

@@ -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',