Skip to content

Commit

Permalink
fix: to capture audits from citations
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkanakam87 committed Oct 2, 2024
1 parent 87363b3 commit 54bc73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ function changeAudit(array $data): array
$whitelist = [
// 'id' => 'id',
'name' => 'name',
'title' => 'title',
// 'identifier' => 'identifier',
];

Expand Down

0 comments on commit 54bc73f

Please sign in to comment.