Skip to content

Commit

Permalink
resolved lint & build
Browse files Browse the repository at this point in the history
  • Loading branch information
scottheng96 committed Jan 22, 2025
1 parent 7c33fb4 commit 2354aec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { StatusCodes } from 'http-status-codes'
import { compact } from 'lodash'

import { BasicField, FormAuthType, ProductItemDto } from '../../../../../shared/types'
import { BasicField, FormAuthType } from '../../../../../shared/types'
import {
EmailAdminDataField,
EmailDataCollationToolField,
Expand Down Expand Up @@ -210,7 +210,7 @@ export const getAnswerForAddress = (
myInfo: response.myInfo,
isVisible: response.isVisible,
isUserVerified: response.isUserVerified,
answer: handleAddressResponseDisplayForEmail(response.answerArray), //TODO Update this
answer: handleAddressResponseDisplayEmail(response.answerArray), //TODO Update this
}
}

Expand Down

0 comments on commit 2354aec

Please sign in to comment.