fix net.udp.server type return value

This commit is contained in:
Joel Wetzell
2026-02-09 18:10:28 -06:00
parent 9dc4706fd8
commit a46054c427

View File

@@ -78,7 +78,7 @@ func (us *UDPServer) Id() string {
}
func (us *UDPServer) Type() string {
return us.config.Id
return us.config.Type
}
func (us *UDPServer) Start(ctx context.Context) error {