|
@@ -105,7 +105,7 @@ discard block |
|
|
block discarded – undo |
|
105
|
105
|
$link, $this->userId, Activity::TYPE_ITEM_ACTION); |
|
106
|
106
|
} |
|
107
|
107
|
|
|
108
|
|
- return new JSONResponse($this->credentialService->getCredentialByGUID($credential->getGuid())); |
|
|
108
|
+ return new JSONResponse($this->credentialService->getCredentialByGUID($credential->getGuid())); |
|
109
|
109
|
} |
|
110
|
110
|
|
|
111
|
111
|
/** |
|
@@ -259,7 +259,7 @@ discard block |
|
|
block discarded – undo |
|
259
|
259
|
|
|
260
|
260
|
$credential = $this->credentialService->updateCredential($credential); |
|
261
|
261
|
|
|
262
|
|
- return new JSONResponse($this->credentialService->getCredentialByGUID($credential->getGuid())); |
|
|
262
|
+ return new JSONResponse($this->credentialService->getCredentialByGUID($credential->getGuid())); |
|
263
|
263
|
} |
|
264
|
264
|
|
|
265
|
265
|
/** |
Please login to merge, or discard this patch.