mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-27 19:32:12 +00:00
style: remove extraneous whitespace in imports
This commit is contained in:
committed by
Rainer Killinger
parent
16bbb7e9e3
commit
98f02b8830
@@ -14,10 +14,10 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.nse along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import { SMTP } from '@openstapps/logger/lib/SMTP';
|
||||
import { MailOptions } from 'nodemailer/lib/sendmail-transport';
|
||||
import {SMTP} from '@openstapps/logger/lib/SMTP';
|
||||
import {MailOptions} from 'nodemailer/lib/sendmail-transport';
|
||||
import * as Queue from 'promise-queue';
|
||||
import { logger } from '../common';
|
||||
import {logger} from '../common';
|
||||
/**
|
||||
* A queue that can send mails in serial
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user