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:
parent
93e4b2eafd
commit
8590376795
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue