Deleted "this"

master
Riley 2022-05-11 11:08:31 +02:00
parent ad8ab4e145
commit ee21f61717
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ func (sc *ServerConn) swapAOID(ao *mt.AOID) {
}
func (sc *ServerConn) handleAOMsg(aoMsg mt.AOMsg) {
switch msg := aoMsg.(type) {
case *mt.AOCmdAttach:
sc.swapAOID(&msg.Attach.ParentID)