Fix: passing auth into codegen (#1226)
This commit is contained in:
@@ -1791,6 +1791,7 @@ export default {
|
||||
},
|
||||
requestCode() {
|
||||
return generateCodeWithGenerator(this.requestType, {
|
||||
auth: this.auth,
|
||||
method: this.method,
|
||||
url: this.url,
|
||||
pathName: this.pathName,
|
||||
|
||||
Reference in New Issue
Block a user