refactor: simplify export metadata construction

This commit is contained in:
Gary Sharp
2025-02-07 16:10:15 +11:00
parent 67f1c2a5d1
commit 2fce645066
30 changed files with 1432 additions and 1484 deletions
@@ -52,7 +52,7 @@ namespace Disco.Web.Areas.API.Controllers
EventTypeIds = EventTypeIds,
Take = Take,
};
var exportContext = new LogExportContext(options);
var exportContext = new LogExport(options);
var export = exportContext.Export(Database, ScheduledTaskMockStatus.Create("Log Export"));