Skip to content

Commit

Permalink
updated OAuthLoginRepoository.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit authored and ankit committed Feb 10, 2017
1 parent 3fcb14a commit bb88238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class OAuthLoginRepository : IOAuthLoginRepository
private readonly IRepository<SlackChannelDetails> _slackChannelDetails;
private readonly IStringConstantRepository _stringConstant;
private readonly IEnvironmentVariableRepository _envVariableRepository;
private readonly IRepository<IncomingWebHook> _incomingWebHook;
private readonly IRepository<IncomingWebHook> _incomingWebHookRepository;
private readonly ILogger _logger;

#endregion
Expand Down

0 comments on commit bb88238

Please sign in to comment.