@@ -293,7 +293,7 @@ |
||
| 293 | 293 | $this->sharingService->unshareCredential($credential->getGuid()); |
| 294 | 294 | foreach ($this->credentialRevisionService->getRevisions($credential->getId()) as $revision) { |
| 295 | 295 | $id = $revision->getId(); |
| 296 | - if(isset($id)){ |
|
| 296 | + if(isset($id)) { |
|
| 297 | 297 | $this->credentialRevisionService->deleteRevision($id, $this->userId); |
| 298 | 298 | } |
| 299 | 299 | } |