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

Fixed linting

This commit is contained in:
Kevin Ansfield 2020-11-26 13:11:18 +00:00
parent 717543835c
commit dcafebe379

View file

@ -1,4 +1,3 @@
const _ = require('lodash');
const mailgunJs = require('mailgun-js');
const moment = require('moment');
const EventProcessingResult = require('../lib/event-processing-result');