We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddcd1e commit 5b39a0cCopy full SHA for 5b39a0c
lib/stack/globalField/index.js
@@ -12,7 +12,7 @@ import { createReadStream } from 'fs'
12
export function GlobalField (http, data = {}) {
13
this.stackHeaders = data.stackHeaders
14
if (data.api_version) {
15
- this.stackHeaders.api_version = data.apiVersion
+ this.stackHeaders.api_version = data.api_version
16
}
17
this.urlPath = `/global_fields`
18
0 commit comments