Skip to content

Commit

Permalink
chore: improve generate message
Browse files Browse the repository at this point in the history
  • Loading branch information
derogab committed Aug 15, 2024
1 parent 9ccb9f8 commit 9edea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {

// Generate message.
const msg = '☎️ ' + caller + '\n'
+ '📅 ' + moment().tz(env.TZ ? env.TZ : 'UTC').format('YYYY-MM-DD, HH:mm') + '\n'
+ '📅 ' + moment().tz(env.TZ ? env.TZ : 'UTC').format('YYYY-MM-DD, HH:mm (hh:mm a)') + '\n\n'
+ '💬 `' + transcribedAudio + '`';

// Send the summary to the user.
Expand Down

0 comments on commit 9edea0b

Please sign in to comment.