We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51d8f7 commit 94c0404Copy full SHA for 94c0404
aggregation_mode/gateway/src/http.rs
@@ -170,7 +170,7 @@ impl GatewayServer {
170
if daily_tasks_by_address >= state.config.max_daily_proofs_per_user {
171
let formatted_time_left = get_time_left_day_formatted();
172
173
- return HttpResponse::InternalServerError().json(AppResponse::new_unsucessfull(
+ return HttpResponse::BadRequest().json(AppResponse::new_unsucessfull(
174
format!(
175
"Request denied: Query limit exceeded. Quotas renew in {formatted_time_left}"
176
)
0 commit comments