Skip to content

Commit

Permalink
fix: error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Dec 27, 2024
1 parent 2a19907 commit 588abc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/relay/jobs/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default async function handler(req: VercelRequest, res: VercelResponse) {
) {
throw new InvalidParamError({
param: "request",
message: "Request not found in cache or is not pending",
message: "Request not found in cache or succeeded already",
});
}

Expand Down

0 comments on commit 588abc7

Please sign in to comment.