mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove semicolon
This commit is contained in:
parent
b8b471d369
commit
9845a49040
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { nanoid } from 'nanoid'
|
|||
import { User } from '../entity/user'
|
||||
import { CreateNewsletterEmailErrorCode } from '../generated/graphql'
|
||||
import { env } from '../env'
|
||||
import addressparser = require('nodemailer/lib/addressparser');
|
||||
import addressparser = require('nodemailer/lib/addressparser')
|
||||
|
||||
const parsedAddress = (emailAddress: string): string | undefined => {
|
||||
const res = addressparser(emailAddress, { flatten: true })
|
||||
|
|
|
|||
Loading…
Reference in a new issue