mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471)
This commit is contained in:
@@ -20,6 +20,6 @@ export const helpCommand: SlashCommand = {
|
||||
timestamp: new Date(),
|
||||
};
|
||||
|
||||
context.ui.addItem(helpItem, Date.now());
|
||||
context.ui.addItem(helpItem);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user