Skip to content
Snippets Groups Projects
Commit 4001c941 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix GetChannelJSON

parent 30ec3c8f
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
...@@ -517,7 +517,7 @@ func GetChannelJSON(_ js.Value, args []js.Value) interface{} { ...@@ -517,7 +517,7 @@ func GetChannelJSON(_ js.Value, args []js.Value) interface{} {
return nil return nil
} }
return c return utils.CopyBytesToJS(c)
} }
// GetChannelInfo returns the info about a channel from its public description. // GetChannelInfo returns the info about a channel from its public description.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment