Skip to content

Commit eb1d48f

Browse files
Fixed lint errors
1 parent e004efb commit eb1d48f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/stack/globalField/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,8 @@ export function GlobalField (http, data = {}) {
240240
...cloneDeep(this.stackHeaders)
241241
}
242242
}
243-
244243
const response = await http.post(`${this.urlPath}`, data, headers)
245-
let data = response.data
244+
const data = response.data
246245
if (data) {
247246
if (this.stackHeaders) {
248247
data.stackHeaders = this.stackHeaders

0 commit comments

Comments
 (0)