There was an error while loading. Please reload this page.
1 parent 3e0f08e commit b0c45d6Copy full SHA for b0c45d6
1 file changed
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