diff --git a/src/commands/team/index.ts b/src/commands/team/index.ts index 16c51142..1609744b 100644 --- a/src/commands/team/index.ts +++ b/src/commands/team/index.ts @@ -42,7 +42,7 @@ export const teamCommands = (params: { program: Command }) => { '--end ', 'End timestamp in ms (use "now" to get the current timestamp)', customParseTimestampMilliseconds, - 'now' + Date.now() ) .option('--type ', 'log type') .option('--category ', 'log category')