Skip to content

Commit

Permalink
Merge pull request #107 from thanhdanh27600/staging
Browse files Browse the repository at this point in the history
fix template name
  • Loading branch information
thanhdanh27600 authored Aug 14, 2023
2 parents 02929b9 + 43375dd commit 1a9b515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/h.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const handler: NextApiHandler<any> = api(async (req, res) => {
sender: 'Dolph Notify',
to: 'dolph.pham@gmail.com',
subject: '[Clickdi] Heartbeat',
text: `${t ? TEMPLATE[t] || '' : ''}`,
text: `${TEMPLATE[t] || ''}`,
attachments: [
{
filename: `clickdi-${date().format()}.pdf`,
Expand Down

0 comments on commit 1a9b515

Please sign in to comment.