Skip to content

Commit

Permalink
[APPS-3129] Reverting changes MNT-24137
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathish Kumar authored and Sathish Kumar committed Dec 17, 2024
1 parent d0c6f0a commit 1bb905b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ public HashMap<String, Long> getAuditMinMaxByApp(String applicationName, List<St
public int getAuditEntriesCountByApp(String applicationName)
{
// Get the id for the application
AuditApplication app = auditModelRegistry.getAuditApplicationByKey(applicationName);
AuditApplication app = auditModelRegistry.getAuditApplicationByName(applicationName);
Long applicationId = app.getApplicationId();
if (applicationId == null)
{
Expand Down

0 comments on commit 1bb905b

Please sign in to comment.