fix(backend): fix switch case
This commit is contained in:
parent
10a58a00fc
commit
61647f6a0d
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ func main() {
|
|||
msg = assetMessageHandler.ParseAssets(m)
|
||||
}
|
||||
|
||||
switch m := msg.(type) {
|
||||
// Filter message
|
||||
if !messages.IsReplayerType(msg.TypeID()) {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue