mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 20:23:29 +08:00
rm empty strings from services in nodeinfo (#1924)
This commit is contained in:
@ -99,8 +99,8 @@ func NodeInfoV2Controller(w http.ResponseWriter, r *http.Request) {
|
|||||||
res := response{
|
res := response{
|
||||||
Version: "2.0",
|
Version: "2.0",
|
||||||
Services: services{
|
Services: services{
|
||||||
Inbound: []string{""},
|
Inbound: []string{},
|
||||||
Outbound: []string{""},
|
Outbound: []string{},
|
||||||
},
|
},
|
||||||
Software: software{
|
Software: software{
|
||||||
Name: "owncast",
|
Name: "owncast",
|
||||||
|
|||||||
Reference in New Issue
Block a user