2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Fixed linting

This commit is contained in:
Kevin Ansfield 2020-11-26 13:11:18 +00:00
parent 7bbf644d0d
commit 837334b536

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');