typo
This commit is contained in:
parent
4297683e74
commit
0c949563ab
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class UploadController extends Controller
|
|||
|
||||
return json($response, $json, 201);
|
||||
} catch (\Exception $e) {
|
||||
$this->updateUserQuota($request, $user->id, $file->getSize(), false);
|
||||
$this->updateUserQuota($request, $user->id, $file->getSize(), true);
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue