tangled
alpha
login
or
join now
moth11.net
/
rvcx
3
fork
atom
backend for xcvr appview
3
fork
atom
overview
issues
4
pulls
pipelines
outstanding work
moth11.net
6 months ago
9d3cecfd
9a8efef0
+1
-1
1 changed file
expand all
collapse all
unified
split
server
internal
handler
lexiconHandlers.go
+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
43
-
h.db.GetChannelViewHR(handle, rkey, r.Context())
43
43
+
cv, err = h.db.GetChannelViewHR(handle, rkey, r.Context())
44
44
}
45
45
if err != nil {
46
46
h.notFound(w, err)