Skip to content

Commit

Permalink
fixed a mix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
andieswift committed Jan 10, 2025
1 parent 8f2b543 commit 59e06ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda/submit/submitNOSO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const sendSubmitMessage = async ({
...currentPackage._source,
origin: "SEATool",
isAdminChange: true,
adminChangeType: "submit",
adminChangeType: "NOSO",
changeMade: `${packageId} added to OneMAC. Package not originally submitted in OneMAC. At this time, the attachments for this package are unavailable in this system. Contact your CPOC to verify the initial submission documents.`,
changeReason: `This is a Not Originally Submitted in OneMAC (NOSO) that users need to see in OneMAC.`,
}),
Expand Down

0 comments on commit 59e06ad

Please sign in to comment.