Update Swagger Documenatation for 501 NotImplemented

This commit is contained in:
2025-03-08 18:36:57 +01:00
parent f3854ab594
commit 0af83f2fd0
2 changed files with 4 additions and 3 deletions

View File

@ -21,6 +21,6 @@ public class UpdateMetadataJob(ulong recurrenceMs, string mangaId, string? paren
/// <param name="context"></param>
protected override IEnumerable<Job> RunInternal(PgsqlContext context)
{
throw new NotImplementedException();
return [];//TODO
}
}