File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51064,6 +51064,7 @@ var configValidators = {
5106451064 typeof value === "boolean",
5106551065 "Must be true or false"
5106651066 );
51067+ return value;
5106751068 }
5106851069};
5106951070var OCO_AI_PROVIDER_ENUM = /* @__PURE__ */ ((OCO_AI_PROVIDER_ENUM2) => {
Original file line number Diff line number Diff line change @@ -71635,6 +71635,7 @@ var configValidators = {
7163571635 typeof value === "boolean",
7163671636 "Must be true or false"
7163771637 );
71638+ return value;
7163871639 }
7163971640};
7164071641var OCO_AI_PROVIDER_ENUM = /* @__PURE__ */ ((OCO_AI_PROVIDER_ENUM2) => {
Original file line number Diff line number Diff line change @@ -827,6 +827,7 @@ export const configValidators = {
827827 typeof value === 'boolean' ,
828828 'Must be true or false'
829829 ) ;
830+ return value ;
830831 }
831832} ;
832833
You can’t perform that action at this time.
0 commit comments