[FA-9] Postgres backing works

This commit is contained in:
gamer147
2025-11-20 13:53:58 -05:00
parent 0abb10bb00
commit 3250cf1467
8 changed files with 1508 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public class Mutation
bool deleted = await jobManager.DeleteJob(jobKey);
if (!deleted)
{
throw new KeyNotFoundException($"Job with key {jobKey} was not found");
throw new KeyNotFoundException($"Job with key '{jobKey}' was not found");
}
return true;