From 588abc7d3cbd9bba11d0ff8e5729146aa3969195 Mon Sep 17 00:00:00 2001 From: Dong-Ha Kim Date: Fri, 27 Dec 2024 07:37:59 +0100 Subject: [PATCH] fix: error message --- api/relay/jobs/process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/relay/jobs/process.ts b/api/relay/jobs/process.ts index ee17021fd..6b8c683a2 100644 --- a/api/relay/jobs/process.ts +++ b/api/relay/jobs/process.ts @@ -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", }); }