mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-19 18:11:08 +00:00
Move address to end in nodeDetails (#149)
This makes the backend backwards compatible with frontends which still have an old version of nodeDetails.
This commit is contained in:
committed by
Maciej Hirsz
parent
35a853a64b
commit
26000f3e8a
@@ -60,7 +60,7 @@ export class Node {
|
||||
blockDetails: Types.BlockDetails,
|
||||
location: Maybe<Types.NodeLocation>
|
||||
) {
|
||||
const [name, address, implementation, version, validator, networkId] = nodeDetails;
|
||||
const [name, implementation, version, validator, networkId, address] = nodeDetails;
|
||||
|
||||
this.pinned = pinned;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user