Skip to content

Commit

Permalink
replace with n/a
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Oct 22, 2024
1 parent 04214cd commit 97296fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/Firebase/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function getAttributes(): FirebaseAttributes {
transactionViolationsLength,
policiesLength,
transactionsLength,
policyType: policy?.type ?? '',
policyRole: policy?.role ?? '',
policyType: policy?.type ?? 'N/A',
policyRole: policy?.role ?? 'N/A',
};
}

Expand Down

0 comments on commit 97296fe

Please sign in to comment.