Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidiqbalmoj committed Nov 28, 2024
1 parent a0c9739 commit d1d87ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public AuditService(AuditRepository auditRepository) {
public Page<AuditLog> getAllAuditLogs(Pageable pageable, String email, String userId,
List<AuditAction> auditActions, String filterDate) {

// If user provenance id is supplied then find by an exact match
// If user id is supplied then find by an exact match
String userIdToQuery = "%%";
if (!userId.isBlank()) {
userIdToQuery = userId;
Expand Down

0 comments on commit d1d87ea

Please sign in to comment.