Commit 184cdb5c by feitianbubu

fix: channel type nil point

parent 2eae3a61
......@@ -470,6 +470,7 @@ func GenTaskRelayInfo(c *gin.Context) (*TaskRelayInfo, error) {
info := &TaskRelayInfo{
RelayInfo: relayInfo,
}
info.InitChannelMeta(c)
return info, nil
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment