<!--- Please DO NOT remove the automatically added 'new issue' label --> <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior `/api/v3/aliases` returning object with keys as aliases and peerIds as values ``` { "10": "12D3KooWL16nW1Z2dLvyZWzr9ZZwoLTeuSfaKSeX2BjucHwSoEwJ", "channel": "12D3KooWRypxhRS54U1HuymdRm1AwkNMsPi8AqXcFDCcA9caUJPH" } ``` ## Current Behavior <!--- Tell us what happens instead of the expected behavior --> `/api/v3/aliases` returning object with keys as peerIds and aliases as values ``` { "12D3KooWL16nW1Z2dLvyZWzr9ZZwoLTeuSfaKSeX2BjucHwSoEwJ": "10", "12D3KooWRypxhRS54U1HuymdRm1AwkNMsPi8AqXcFDCcA9caUJPH": "channel" } ``` *Were you able to reproduce the bug using the above steps consistently each time?* **YES**/**NO** ## Context (Environment) On 2.1.4 all worked fine, 2.1.5 has wrong respose