mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 15:04:16 -07:00
refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471)
This commit is contained in:
@@ -56,7 +56,7 @@ export const aboutCommand: SlashCommand = {
|
||||
userEmail,
|
||||
};
|
||||
|
||||
context.ui.addItem(aboutItem, Date.now());
|
||||
context.ui.addItem(aboutItem);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user