backend for xcvr appview

outstanding work

+1 -1
+1 -1
server/internal/handler/lexiconHandlers.go
··· 40 40 if uri != "" { 41 41 cv, err = h.db.GetChannelView(uri, r.Context()) 42 42 } else { 43 - h.db.GetChannelViewHR(handle, rkey, r.Context()) 43 + cv, err = h.db.GetChannelViewHR(handle, rkey, r.Context()) 44 44 } 45 45 if err != nil { 46 46 h.notFound(w, err)