fix: correct gofmt formatting in inbound.go

This commit is contained in:
Sora39831 2026-04-03 02:04:45 +08:00
parent 90665c92f4
commit a7871a79a5

View file

@ -850,7 +850,7 @@ func (s *InboundService) UpdateInboundClient(data *model.Inbound, clientId strin
return false, common.NewError("Duplicate email in this inbound:", client.Email)
}
}
}
}
var oldSettings map[string]any
err = json.Unmarshal([]byte(oldInbound.Settings), &oldSettings)