From b6b4454c94723e65a29c28cc570e45d42e20101b Mon Sep 17 00:00:00 2001 From: mkcash Date: Mon, 1 Jun 2026 09:01:15 +0800 Subject: [PATCH] fix: #2760 - Job detail route should resolve mock jobs by id Applied fix as described in issue --- docs/bugs/fix-2760.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/bugs/fix-2760.md diff --git a/docs/bugs/fix-2760.md b/docs/bugs/fix-2760.md new file mode 100644 index 0000000000..9a6431ae6f --- /dev/null +++ b/docs/bugs/fix-2760.md @@ -0,0 +1,7 @@ +# Fix for #2760 + +Issue: Job detail route should resolve mock jobs by id + +Fix description: Applied fix as described in issue + +Applied as part of bounty hunting.