mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
fix: correct syntax in GlobalStateKey type definition by removing trailing comma
This commit is contained in:
@@ -96,7 +96,7 @@ type GlobalStateKey =
|
||||
| "mode"
|
||||
| "modeApiConfigs"
|
||||
| "customPrompts"
|
||||
| "enhancementApiConfigId",
|
||||
| "enhancementApiConfigId"
|
||||
| "experimentalDiffStrategy"
|
||||
|
||||
export const GlobalFileNames = {
|
||||
|
||||
Reference in New Issue
Block a user