updates
This commit is contained in:
@@ -122,5 +122,5 @@ func (rep *RPRepository) GetChatScenariosIDs(userId, waifuId int) []int {
|
||||
return []int{0}
|
||||
}
|
||||
ids := strings.Split(res.Val(), ",")
|
||||
return utils.Map(utils.StringToInt, ids)
|
||||
return utils.Map(ids, utils.StringToInt)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user