Browse Source

Update heartbeat.js

pull/215/head
Niyas 4 years ago
committed by GitHub
parent
commit
29a50ba33c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      server/model/heartbeat.js

1
server/model/heartbeat.js

@ -22,6 +22,7 @@ class Heartbeat extends BeanModel {
ping: this.ping, ping: this.ping,
important: this.important, important: this.important,
duration: this.duration, duration: this.duration,
httpcode: this.http_code,
}; };
} }

Loading…
Cancel
Save