fix(backend): fix switch case

This commit is contained in:
nick-delirium 2023-05-22 16:07:04 +02:00
parent 10a58a00fc
commit 61647f6a0d

View file

@ -97,7 +97,6 @@ func main() {
msg = assetMessageHandler.ParseAssets(m)
}
switch m := msg.(type) {
// Filter message
if !messages.IsReplayerType(msg.TypeID()) {
return