Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating
  • Loading branch information
DiegoGalante committed Sep 26, 2021
commit 271b069d28b0a18a3eeaf59fa4b2af1386d0a6d5
2 changes: 1 addition & 1 deletion AzureDevopsTracker/Services/AzureDevopsTrackerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace AzureDevopsTracker.Services
{
public class AzureDevopsTrackerService : IAzureDevopsTrackerService
{
internal readonly IWorkItemRepository _workItemRepository;
public readonly IWorkItemRepository _workItemRepository;
public readonly IWorkItemAdapter _workItemAdapter;

public AzureDevopsTrackerService(
Expand Down