do not append serverId in getPingHistory entries
This commit is contained in:
@ -124,7 +124,6 @@ class ServerRegistration {
|
||||
const lastPing = this._pingHistory[this._pingHistory.length - 1]
|
||||
|
||||
const payload = {
|
||||
serverId: this.serverId,
|
||||
versions: this.versions,
|
||||
recordData: this.recordData,
|
||||
favicon: this.lastFavicon
|
||||
@ -153,7 +152,6 @@ class ServerRegistration {
|
||||
}
|
||||
|
||||
return [{
|
||||
serverId: this.serverId,
|
||||
error: {
|
||||
message: 'Waiting...',
|
||||
placeholder: true
|
||||
|
Reference in New Issue
Block a user