fix: remove catalog after recorver device

This commit is contained in:
pggiroro
2025-10-03 20:33:26 +08:00
parent d7a3f2c55d
commit 7a3543eed0

View File

@@ -327,7 +327,7 @@ func (task *registerHandlerTask) RecoverDevice(d *Device, req *sip.Request) {
//}
task.gb.DB.Save(d)
}
d.catalog()
//d.catalog()
return
}