Skip to content

Commit 695edf7

Browse files
authored
Merge pull request #528 from gidoichi/auto-uncomment
fix(OCO_HOOK_AUTO_UNCOMMENT): set value using `oco config set`
2 parents 6180517 + 1bef4c5 commit 695edf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@ export const configValidators = {
840840
typeof value === 'boolean',
841841
'Must be true or false'
842842
);
843+
return value;
843844
},
844845

845846
[CONFIG_KEYS.OCO_OLLAMA_THINK](value: any) {
@@ -848,7 +849,6 @@ export const configValidators = {
848849
typeof value === 'boolean',
849850
'Must be true or false'
850851
);
851-
return value;
852852
}
853853
};
854854

0 commit comments

Comments
 (0)