Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 2 changed files Side-by-side Diff

gateway/heartbeat.js
... ... @@ -10,7 +10,7 @@ function sendHeartbeat() {
10 10 if (!config || !config.core_url) { return; }
11 11  
12 12 const requestOptions = {
13   - url: config.core_url + '/heartbeat/gateway'
  13 + url: config.core_url + '/heartbeat/gateway',
14 14 form: {
15 15 name: config.handler_name,
16 16 config: JSON.stringify(config),
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.11.4",
  3 + "version": "1.11.5",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {