Skip to content

Commit

Permalink
Deploy Production Code for Commit d6e1008 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Aug 18, 2022
1 parent d6e1008 commit 80e1f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ function generateTemplate(response, action) {
return action.fallback;
}
filteredSponsors.map(({ sponsorEntity }) => {
sponsorEntity.websiteUrl = sponsorEntity.websiteUrl || sponsorEntity.url;
template = template += (0, mustache_1.render)(action.template, sponsorEntity);
});
}
Expand Down

0 comments on commit 80e1f4e

Please sign in to comment.