From f8422ed94c22169bb77f977d024d90b11cca3b89 Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 14 Apr 2026 13:36:28 +0200 Subject: [PATCH] Remove unused GdPicture license key retrieval The ExecuteAsync method in FinalizeDocumentJob.cs no longer retrieves the GdPicture license key, as it is not used in this part of the code. This helps clean up unnecessary code and improves maintainability. --- EnvelopeGenerator.ServiceHost/Jobs/FinalizeDocumentJob.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/EnvelopeGenerator.ServiceHost/Jobs/FinalizeDocumentJob.cs b/EnvelopeGenerator.ServiceHost/Jobs/FinalizeDocumentJob.cs index 285ef1d7..7d87e980 100644 --- a/EnvelopeGenerator.ServiceHost/Jobs/FinalizeDocumentJob.cs +++ b/EnvelopeGenerator.ServiceHost/Jobs/FinalizeDocumentJob.cs @@ -38,7 +38,6 @@ public class FinalizeDocumentJob(IOptions options, ILogger envelopes, CancellationToken cancel = default) { - var gdPictureKey = _options.GdPictureLicenseKey; tempFiles.Create(); var jobId = typeof(FinalizeDocumentJob).FullName;