Skip to content

Commit

Permalink
Fix audit logs now date (#206)
Browse files Browse the repository at this point in the history
Bug when using the default parameters for the audit logs
  • Loading branch information
Corentin Mors authored Feb 2, 2024
1 parent 3c4f515 commit 3498d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/team/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const teamCommands = (params: { program: Command }) => {
'--end <end>',
'End timestamp in ms (use "now" to get the current timestamp)',
customParseTimestampMilliseconds,
'now'
Date.now()
)
.option('--type <type>', 'log type')
.option('--category <category>', 'log category')
Expand Down

0 comments on commit 3498d5f

Please sign in to comment.