mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
bru disableParsingResponseJson function rename (#2785)
* disable response json parse flag * fix: pr review comments * update bru req function name
This commit is contained in:
@@ -168,7 +168,8 @@ class BrunoRequest {
|
||||
return obj !== null && typeof obj === 'object';
|
||||
}
|
||||
|
||||
disableResponseJsonParse() {
|
||||
|
||||
disableParsingResponseJson() {
|
||||
this.req.__brunoDisableParsingResponseJson = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user