mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: correct syntax in GlobalStateKey type definition by removing trailing comma
This commit is contained in:
parent
df01edf781
commit
12f4cc739e
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ type GlobalStateKey =
|
|||
| "mode"
|
||||
| "modeApiConfigs"
|
||||
| "customPrompts"
|
||||
| "enhancementApiConfigId",
|
||||
| "enhancementApiConfigId"
|
||||
| "experimentalDiffStrategy"
|
||||
|
||||
export const GlobalFileNames = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue