mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 23:24:05 +00:00
Merge pull request #5690 from james-ha-bruno/feat/add-get-tags-for-requests
adding req getTags methods
This commit is contained in:
@@ -42,6 +42,7 @@ const prepareRequest = async (item = {}, collection = {}) => {
|
||||
url: request.url,
|
||||
headers: headers,
|
||||
name: item.name,
|
||||
tags: item.tags || [],
|
||||
pathParams: request.params?.filter((param) => param.type === 'path'),
|
||||
settings: item.settings,
|
||||
responseType: 'arraybuffer'
|
||||
|
||||
Reference in New Issue
Block a user