Skip to content

Commit

Permalink
feat: add missing LINES
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Feb 18, 2024
1 parent 6f37fda commit a22a696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/src/generator/lib/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function generateFile(
: sponsoringConfiguration?.considerationsEn ?? sponsoringConfiguration?.considerations;

const data = {
LINES,
CONSIDERATIONS: [
...considerations,
...(config.sponsoringOptions ?? []).map((option: SponsoringOption) => option.label),
Expand Down

0 comments on commit a22a696

Please sign in to comment.