mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-26 11:43:24 -07:00
refactor: remove unnecessary assertion (#2579)
This commit is contained in:
committed by
GitHub
parent
4ca355505e
commit
5a677bb558
@@ -127,10 +127,7 @@ export const useSlashCommandProcessor = (
|
||||
};
|
||||
} else {
|
||||
historyItemContent = {
|
||||
type: message.type as
|
||||
| MessageType.INFO
|
||||
| MessageType.ERROR
|
||||
| MessageType.USER,
|
||||
type: message.type,
|
||||
text: message.content,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user