Skip to content

Commit

Permalink
feat: forgot html extension
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Aug 21, 2023
1 parent be59b34 commit 66ce0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/emails/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class Template {
],
},
'subscribed-to-changelog': {
path: path.resolve(path.join('src', 'services', 'emails', 'subscribed-to-changelog')),
path: path.resolve(path.join('src', 'services', 'emails', 'subscribed-to-changelog.html')),
data: [
{
name: 'username',
Expand All @@ -39,7 +39,7 @@ export default class Template {
],
},
'unsubscribed-to-changelog': {
path: path.resolve(path.join('src', 'services', 'emails', 'unsubscribed-to-changelog')),
path: path.resolve(path.join('src', 'services', 'emails', 'unsubscribed-to-changelog.html')),
data: [
{
name: 'username',
Expand Down

0 comments on commit 66ce0a6

Please sign in to comment.