Skip to content

Commit

Permalink
chore: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kathleenkhy committed May 17, 2024
1 parent 8ca7ebd commit aff9ee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { StatusCodes } from 'http-status-codes'
import mongoose from 'mongoose'
import { errAsync, okAsync, ResultAsync } from 'neverthrow'

import { MailSendError } from 'src/app/services/mail/mail.errors'
import { EncryptSubmissionDto } from 'src/types/api'

import {
ErrorDto,
FieldResponsesV3,
Expand All @@ -14,10 +11,12 @@ import {
SubmissionType,
} from '../../../../../shared/types'
import { getMultirespondentSubmissionEditPath } from '../../../../../shared/utils/urls'
import { MailSendError } from '../../../../../src/app/services/mail/mail.errors'
import {
Environment,
IPopulatedMultirespondentForm,
} from '../../../../../src/types'
import { EncryptSubmissionDto } from '../../../../../src/types/api'
import config from '../../../config/config'
import {
createLoggerWithLabel,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { IPopulatedMultirespondentForm } from 'src/types'

import {
AttachmentResponseV3,
MyInfoAttribute,
SubmissionErrorDto,
SubmissionResponseDto,
} from '../../../../../shared/types'
import { IPopulatedMultirespondentForm } from '../../../../../src/types'
import {
MultirespondentFormCompleteDto,
MultirespondentFormLoadedDto,
Expand Down Expand Up @@ -87,6 +86,7 @@ export type MultirespondentSubmissionContent = {
attachmentMetadata: Map<string, string>
version: number
workflowStep: number
mrfVersion: number
}

export type StrippedAttachmentResponseV3 = AttachmentResponseV3 & {
Expand Down

0 comments on commit aff9ee2

Please sign in to comment.