Skip to content

Commit 5b39a0c

Browse files
updated variable
1 parent cddcd1e commit 5b39a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stack/globalField/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { createReadStream } from 'fs'
1212
export function GlobalField (http, data = {}) {
1313
this.stackHeaders = data.stackHeaders
1414
if (data.api_version) {
15-
this.stackHeaders.api_version = data.apiVersion
15+
this.stackHeaders.api_version = data.api_version
1616
}
1717
this.urlPath = `/global_fields`
1818

0 commit comments

Comments
 (0)