0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed linting issue

no issue

- I removed the use of Promises but didn't clean up the import
This commit is contained in:
Daniel Lockyer 2021-09-17 16:51:52 +01:00
parent 93e4b2eafd
commit 8590376795
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -1,7 +1,6 @@
// # Mail
// Handles sending email for Ghost
const _ = require('lodash');
const Promise = require('bluebird');
const validator = require('@tryghost/validator');
const config = require('../../../shared/config');
const errors = require('@tryghost/errors');