0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added missing moment require

refs 92ef83c61a
This commit is contained in:
Kevin Ansfield 2020-12-02 12:15:27 +00:00
parent 92ef83c61a
commit 2951eb9eaf

View file

@ -1,4 +1,5 @@
const path = require('path');
const moment = require('moment');
const config = require('../../../../shared/config');
const models = require('../../../models');
const jobsService = require('../../jobs');