this MatchError never happened before now; don't get it

This commit is contained in:
Fate-JH 2023-04-17 02:11:41 -04:00
parent 76b77b1032
commit ef551c4d9e

View file

@ -63,6 +63,8 @@ class SessionGalaxyHandlers(
case GalaxyResponse.SendResponse(msg) =>
sendResponse(msg)
case _ => ()
}
}
}