Skip to content

Commit

Permalink
complete is false
Browse files Browse the repository at this point in the history
  • Loading branch information
karla-vm committed Nov 3, 2023
1 parent 1b4c539 commit 7fc5f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/app-api/handlers/reports/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
DynamoWrite,
FormJson,
ReportMetadata,
ReportType,
S3Get,
S3Put,
StatusCodes,
Expand Down Expand Up @@ -171,7 +172,7 @@ export const releaseReport = handler(async (event) => {
updatedFieldData,
formTemplate
),
isComplete: false,
isComplete: reportType === ReportType.MLR ? false : true,
archived: isArchived,
previousRevisions,
};
Expand Down

0 comments on commit 7fc5f0c

Please sign in to comment.