mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-30 16:14:06 +00:00
chore: reformat
This commit is contained in:
@@ -709,7 +709,7 @@ const sem = grammar.createSemantics().addAttribute('ast', {
|
||||
tokenQueryKey: tokenQueryKeyKey?.value ? tokenQueryKeyKey.value : 'access_token',
|
||||
autoFetchToken: autoFetchTokenKey ? safeParseJson(autoFetchTokenKey?.value) ?? true : true,
|
||||
}
|
||||
: {}
|
||||
: {},
|
||||
}
|
||||
};
|
||||
},
|
||||
@@ -825,7 +825,7 @@ const sem = grammar.createSemantics().addAttribute('ast', {
|
||||
},
|
||||
body: {
|
||||
json: outdentString(content.sourceString),
|
||||
}
|
||||
},
|
||||
};
|
||||
},
|
||||
bodyjson(_1, _2, _3, _4, textblock, _5) {
|
||||
|
||||
Reference in New Issue
Block a user