Skip to content

Commit

Permalink
Adds log entry for BAM files
Browse files Browse the repository at this point in the history
  • Loading branch information
fellmirr committed Aug 28, 2024
1 parent 9ed5b41 commit 87ba514
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/custom_modules/autogiro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,14 @@ export async function processAutogiroInputFile(fileContents: string) {
}
}

await DAO.logging.add("Autogiro - mandates BAM", {
confirmed,
invalid,
rejected,
cancelled,
file: fileContents,
});

return {
openingRecord: parsedFile.openingRecord,
results: {
Expand Down

0 comments on commit 87ba514

Please sign in to comment.