Remove GdPictureLicenseKey from WorkerOptions

The GdPictureLicenseKey property was removed from the WorkerOptions class as it is no longer needed. This change helps to simplify the configuration and reduce unused properties.
This commit is contained in:
2026-04-14 13:36:54 +02:00
parent f8422ed94c
commit 3e3bfaa904

View File

@@ -18,8 +18,6 @@ public class WorkerOptions
public Dictionary<string, State> InitialJobState { get; set; } = [];
public string GdPictureLicenseKey { get; set; } = null!;
public PDFBurnerOptions PdfBurner { get; set; } = new();
public record PDFBurnerOptions