Skip to content

Commit

Permalink
fix: only show visible elements at signer
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 8, 2024
1 parent 188f41c commit 74ae062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Service/FileService.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ private function getFile(): array {
if ($this->showSigners) {
$return['signers'] = $this->getSigners();
}
$return['visibleElements'] = $this->getVisibleElements();
ksort($return);
return $return;
}
Expand Down

0 comments on commit 74ae062

Please sign in to comment.