We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e004efb commit eb1d48fCopy full SHA for eb1d48f
1 file changed
lib/stack/globalField/index.js
@@ -240,9 +240,8 @@ export function GlobalField (http, data = {}) {
240
...cloneDeep(this.stackHeaders)
241
}
242
243
-
244
const response = await http.post(`${this.urlPath}`, data, headers)
245
- let data = response.data
+ const data = response.data
246
if (data) {
247
if (this.stackHeaders) {
248
data.stackHeaders = this.stackHeaders
0 commit comments