Skip to content

Commit 1bef4c5

Browse files
author
gidoichi
committed
fix(OCO_HOOK_AUTO_UNCOMMENT): set value on oco config set
1 parent 58b9d84 commit 1bef4c5

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)