···1919 if (success) {
2020 await next();
2121 } else {
2222- return c.json({ok: false, msg: "you are currently rate limited, try again in a minute"});
2222+ return c.json({ok: false, msg: "you are currently rate limited, try again in a minute"}, 429);
2323 }
2424 });
2525};