mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
rm: condition
This commit is contained in:
@@ -21,10 +21,6 @@ export const resolveInheritedAuth = (item, collection) => {
|
||||
...(item.draft?.request || {})
|
||||
};
|
||||
|
||||
if (item.request?.url) {
|
||||
mergedRequest.url = item.request.url;
|
||||
}
|
||||
|
||||
const authMode = mergedRequest?.auth?.mode;
|
||||
|
||||
// If auth is not inherit or no auth defined, return the merged request as is
|
||||
|
||||
Reference in New Issue
Block a user