Skip to content

Commit

Permalink
Merge pull request #1004 from Portkey-Wallet/feature/login-alerm
Browse files Browse the repository at this point in the history
login alerm debug
  • Loading branch information
sunny-k123 authored Dec 5, 2024
2 parents 58b376b + fe9aec9 commit 3fbb26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CAServer.Application/Search/ISearchService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ public AccountRecoverySearchService(INESTRepository<AccountRecoverIndex, Guid> n
IOptionsSnapshot<IndexSettingOptions> indexSettingOptions) : base(nestRepository)
{
_indexSettingOptions = indexSettingOptions.Value;
_businessAlertProvider = businessAlertProvider;
}


Expand Down

0 comments on commit 3fbb26a

Please sign in to comment.