mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-25 11:43:07 +01:00
Sort /channels for gateway consistency
This commit is contained in:
parent
e116e93693
commit
6ca12cb7fb
@ -48,6 +48,7 @@ router.get(
|
||||
channel.guild,
|
||||
);
|
||||
}
|
||||
channels.sort((a, b) => a.position - b.position);
|
||||
|
||||
res.json(channels);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user