Skip to content

Commit

Permalink
new message
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPrimata committed Oct 10, 2024
1 parent d445483 commit 99455b2
Show file tree
Hide file tree
Showing 2 changed files with 21,654 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/rate-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ export default async function handler(request: any, response: any) {
.json({success: true, hash: fund.hash, limit: limit});
} catch (error) {
console.log(error);
return response.status(500).json({success: false, error: "Server error"});
return response.status(500).json({success: false, error: "Sorry but we ran into an issue. Please try again in a few minutes."});
}
}
Loading

0 comments on commit 99455b2

Please sign in to comment.