Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
refactor(back-end): Remove unnecessary constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Mar 12, 2021
1 parent 195efe7 commit ba9e92c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Kaizen/Hubs/NotificationHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ namespace Kaizen.Hubs
{
public class NotificationHub : BaseHub
{
public NotificationHub(IApplicationUserRepository applicationUserRepository) : base(applicationUserRepository)
{
}
}
}

0 comments on commit ba9e92c

Please sign in to comment.