Skip to content

Commit

Permalink
Clean up public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmenno committed Sep 8, 2024
1 parent d63fdcf commit 8e449d6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 59 deletions.

This file was deleted.

47 changes: 0 additions & 47 deletions PWA/public/src/sw.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export class CheckWhosMissingPageHandler extends ActiveSessionContainer implemen
async handleEvent(event: FetchEvent): Promise<Response> {
const beneficiariesService = new BeneficiariesService(this.activeSession);
const beneficiaries = await beneficiariesService.eligibleBeneficiariesForActiveDistribution();
console.log("Will display:");
console.log(beneficiaries);
console.log("Will display:", beneficiaries);
if(beneficiaries.length > 0) {
return await ResponseTools.wrapInHTPLTemplateAndReplaceKeysWithValues(RouteEvents.viewData, {
columns: this.columnsFromBeneficiaries(beneficiaries),
Expand Down

0 comments on commit 8e449d6

Please sign in to comment.