Skip to content

Commit

Permalink
chore: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh committed Oct 8, 2020
1 parent 43ed96a commit 652b932
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/app/modules/bounce/__tests__/bounce-test-helpers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ObjectId } from 'bson'
import { cloneDeep, merge, pick } from 'lodash'
import { merge, pick } from 'lodash'

import { EmailType } from 'src/app/constants/mail'
import {
Expand Down
7 changes: 1 addition & 6 deletions src/app/modules/bounce/__tests__/bounce.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ import { EMAIL_HEADERS, EmailType } from 'src/app/constants/mail'
import getFormModel from 'src/app/models/form.server.model'
import MailService from 'src/app/services/mail.service'
import * as LoggerModule from 'src/config/logger'
import {
BounceType,
IFormSchema,
ISnsNotification,
IUserSchema,
} from 'src/types'
import { BounceType, ISnsNotification, IUserSchema } from 'src/types'

import { makeBounceNotification, MOCK_SNS_BODY } from './bounce-test-helpers'

Expand Down
2 changes: 1 addition & 1 deletion src/loaders/express/error-handler.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isCelebrateError, Segments } from 'celebrate'
import { isCelebrateError } from 'celebrate'
import { ErrorRequestHandler, RequestHandler } from 'express'
import { StatusCodes } from 'http-status-codes'
import get from 'lodash/get'
Expand Down

0 comments on commit 652b932

Please sign in to comment.