diff --git a/relay/util/common.go b/relay/util/common.go index d1f79a26..5d787204 100644 --- a/relay/util/common.go +++ b/relay/util/common.go @@ -46,9 +46,9 @@ func ShouldDisableChannel(err *relaymodel.Error, statusCode int) bool { } else if strings.HasPrefix(err.Message, "This organization has been disabled.") { return true } - if strings.Contains(err.Message, "quota") { - return true - } + //if strings.Contains(err.Message, "quota") { + // return true + //} if strings.Contains(err.Message, "credit") { return true }