Skip to content

Commit

Permalink
+semver: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Mar 25, 2024
1 parent 1cb01e5 commit d746082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class TfsAttachmentEnricher : WorkItemProcessorEnricher, IAttachmentMigra
{
private WorkItemServer _server;
private string _exportWiPath;
private TfsAttachmentEnricherOptions _options;
private TfsAttachmentEnricherOptions _options;
private WorkItemServer _workItemServer;

public TfsAttachmentEnricherOptions Options { get { return _options; } }
Expand Down

0 comments on commit d746082

Please sign in to comment.