feat: initialize channel metadata in mjproxy and relay processing

This commit is contained in:
CaIon
2025-08-15 19:14:29 +08:00
parent c63b6b3ef8
commit f6a48434c1
2 changed files with 5 additions and 2 deletions

View File

@@ -318,8 +318,6 @@ func RelayMidjourney(c *gin.Context) {
return
}
relayInfo.InitChannelMeta(c)
var mjErr *dto.MidjourneyResponse
switch relayInfo.RelayMode {
case relayconstant.RelayModeMidjourneyNotify: