aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/rest/ratelimiting.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/rest/ratelimiting.rs b/src/client/rest/ratelimiting.rs
index d336e37..cb88476 100644
--- a/src/client/rest/ratelimiting.rs
+++ b/src/client/rest/ratelimiting.rs
@@ -402,6 +402,8 @@ pub fn perform<'a, F>(route: Route, f: F) -> Result<Response>
if !redo.unwrap_or(true) {
return Ok(response);
}
+ } else {
+ return Ok(response);
}
}
}