Skip to content

Commit

Permalink
9970 - rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Rogers committed Jul 6, 2023
1 parent b864685 commit e52647a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const serveThirtyDayNoticeInteractor = async (

let pdfsAppended: number = 0;
let hasPaperService = false;
const lotsOPromises = trialSession.caseOrder.map(async aCase => {
const generateNottForCases = trialSession.caseOrder.map(async aCase => {
const rawCase = await applicationContext
.getPersistenceGateway()
.getCaseByDocketNumber({
Expand Down Expand Up @@ -187,7 +187,7 @@ export const serveThirtyDayNoticeInteractor = async (
}
});

await Promise.all(lotsOPromises);
await Promise.all(generateNottForCases);

let pdfUrl: string | undefined = undefined;
if (hasPaperService) {
Expand Down

0 comments on commit e52647a

Please sign in to comment.