Skip to content

Commit 91dca6d

Browse files
committed
refactor(openapi): remove redundant wrapper in SignatureElementsController.php
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent d4ccff4 commit 91dca6d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/Controller/SignatureElementsController.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ public function previewSignatureElement(int $nodeId) {
194194
return $response;
195195
}
196196

197-
public function getSignatureElementPreview(int $nodeId) {
198-
return $this->previewSignatureElement($nodeId);
199-
}
200-
201197
/**
202198
* Get signature element of signer
203199
*

0 commit comments

Comments
 (0)