Skip to content

Commit c0b2e2e

Browse files
authored
Merge pull request #4858 from LibreSign/backport/4839/stable30
[stable30] chore: remove unsecessary return
2 parents 1da8086 + ad2d762 commit c0b2e2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Controller/AdminController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ public function signerName(
516516
'Content-Disposition' => 'inline; filename="signer-name.png"',
517517
'Content-Type' => 'image/png',
518518
]);
519-
return $response;
520519
} catch (LibresignException $th) {
521520
return new DataResponse(
522521
[

0 commit comments

Comments
 (0)