Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -105,6 +105,7 @@ function pullTask() {
105 105 const body_or_qs = {
106 106 handler: config.handler_name,
107 107 products: config.products.join(','),
  108 + locations: config.locations && config.locations.length ? config.locations.join(',') : 'ALL',
108 109 advice_url: (config && config.push_server && config.push_server.apikey && config.push_server.advice && config.push_server.advice.url && config.push_server.advice.port) ? config.push_server.advice.url : null,
109 110 api_url: (config && config.apiserver && config.apiserver.apikey && config.apiserver.url) ? config.apiserver.url : null,
110 111 cp_url: (config && config.control_panel && config.control_panel.url) ? config.control_panel.url : null,
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.34.9",
  3 + "version": "1.35.0",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.34.9",
  3 + "version": "1.35.0",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {