Skip to content

Commit 239f600

Browse files
authored
Update api-utils.mustache
1 parent c1e7fa8 commit 239f600

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

graphql/api-utils.mustache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const config = function(config) {
2929
});
3030
}
3131
apiConfig.get = function(name) {
32+
/* eslint-disable detect-object-injection */
3233
return apiConfig[name]
3334
}
3435
resolve(apiConfig)
@@ -134,4 +135,4 @@ export const executeCognito = function(path, method, data, token, apiKey) {
134135
}
135136
const url = apiConfig.get('GatewayURL') + path + query
136137
return fetch(url, options).then(data => data.json())
137-
}
138+
}

0 commit comments

Comments
 (0)