Update heartbeat.js

This commit is contained in:
Niyas 2021-08-14 09:11:13 +05:30 committed by GitHub
parent 49187cd284
commit 29a50ba33c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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