mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 21:23:44 +08:00
🔖 chore: Update variable name to follow naming conventions
This commit is contained in:
@@ -558,8 +558,8 @@ func getMJProviderWithRequest(c *gin.Context, relayMode int, request *provider.M
|
||||
return getMJProvider(c, midjourneyModel)
|
||||
}
|
||||
|
||||
func getMJProviderWithChannelId(c *gin.Context, channel_id int) (*provider.MidjourneyProvider, *provider.MidjourneyResponse) {
|
||||
c.Set("specific_channel_id", channel_id)
|
||||
func getMJProviderWithChannelId(c *gin.Context, channelId int) (*provider.MidjourneyProvider, *provider.MidjourneyResponse) {
|
||||
c.Set("specific_channel_id", channelId)
|
||||
|
||||
return getMJProvider(c, "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user