fix: fix retry not working (close #1314)

This commit is contained in:
JustSong 2024-04-15 23:09:12 +08:00
parent a10232f43a
commit 7bf61f9165

View File

@ -39,7 +39,7 @@ func Distribute() func(c *gin.Context) {
return
}
} else {
requestModel := c.GetString("request_model")
requestModel = c.GetString("request_model")
var err error
channel, err = model.CacheGetRandomSatisfiedChannel(userGroup, requestModel, false)
if err != nil {