chore: add missing space

This commit is contained in:
JustSong 2024-09-21 22:30:12 +08:00
parent d837aa86ac
commit c6cdaccc42

View File

@ -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 {