Merge pull request #668 from ladybirdweb/analysis-X0xVxE

Apply fixes from StyleCI
This commit is contained in:
Bhanu
2018-08-16 18:49:05 +05:30
committed by GitHub

View File

@@ -1248,6 +1248,7 @@ class ApiController extends Controller
$result['assignee'] = null;
}
}
return response()->json(compact('result'));
} catch (\Exception $e) {
$error = $e->getMessage();