chore: add missing space
This commit is contained in:
parent
d837aa86ac
commit
c6cdaccc42
@ -15,7 +15,7 @@ func ShouldDisableChannel(err *model.Error, statusCode int) bool {
|
||||
if err == nil {
|
||||
return false
|
||||
}
|
||||
if statusCode == http.StatusUnauthorized{
|
||||
if statusCode == http.StatusUnauthorized {
|
||||
return true
|
||||
}
|
||||
switch err.Type {
|
||||
|
Loading…
Reference in New Issue
Block a user