mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 01:05:36 +02:00
fix: upgrade script for 1.15.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
var async = require('async');
|
var async = require('async');
|
||||||
|
|
||||||
const batch = require('../../batch');
|
const batch = require('../../batch');
|
||||||
const posts = require('../../posts').async;
|
const posts = require('../../posts');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'Calculate image sizes of all uploaded images',
|
name: 'Calculate image sizes of all uploaded images',
|
||||||
|
|||||||
Reference in New Issue
Block a user