Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup
Browse files Browse the repository at this point in the history
dohaki committed Dec 30, 2024
1 parent 588abc7 commit 77a0404
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
@@ -122,6 +122,6 @@ export default async function handler(req: VercelRequest, res: VercelResponse) {
throw error;
}
} catch (error) {
return handleErrorCondition("api/relay", res, logger, error);
return handleErrorCondition("relay/jobs/process", res, logger, error);
}
}

0 comments on commit 77a0404

Please sign in to comment.