mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
spelling: evaluated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6471ca74c3
commit
64a5852227
@ -7,7 +7,7 @@ const bruToEnvJson = (bru) => {
|
|||||||
const json = bruToEnvJsonV2(bru);
|
const json = bruToEnvJsonV2(bru);
|
||||||
|
|
||||||
// the app env format requires each variable to have a type
|
// the app env format requires each variable to have a type
|
||||||
// this need to be evaulated and safely removed
|
// this need to be evaluated and safely removed
|
||||||
// i don't see it being used in schema validation
|
// i don't see it being used in schema validation
|
||||||
if (json && json.variables && json.variables.length) {
|
if (json && json.variables && json.variables.length) {
|
||||||
each(json.variables, (v) => (v.type = 'text'));
|
each(json.variables, (v) => (v.type = 'text'));
|
||||||
|
Loading…
Reference in New Issue
Block a user