mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-15 15:57:54 +02:00
Fix some Jobs
This commit is contained in:
@ -203,7 +203,6 @@ public class JobController(PgsqlContext context) : Controller
|
||||
Job? ret = context.Jobs.Find(id);
|
||||
if (ret is null)
|
||||
return NotFound();
|
||||
ret.NextExecution = DateTime.UnixEpoch;
|
||||
try
|
||||
{
|
||||
context.Update(ret);
|
||||
|
Reference in New Issue
Block a user