Fix: passing auth into codegen (#1226)

This commit is contained in:
Yasio
2020-10-04 14:34:21 +02:00
committed by GitHub
parent e019935545
commit 745683f2a8

View File

@@ -1791,6 +1791,7 @@ export default {
},
requestCode() {
return generateCodeWithGenerator(this.requestType, {
auth: this.auth,
method: this.method,
url: this.url,
pathName: this.pathName,