Fix codacy errors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-03-22 13:23:01 +01:00
parent 7009d2d6f4
commit 076fc1a876
3 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
'use strict';
/* global __webpack_nonce__ __webpack_public_path__ OC t */
/* global __webpack_nonce__ __webpack_public_path__ OC t n */
__webpack_nonce__ = btoa(OC.requestToken); // eslint-disable-line no-native-reassign
__webpack_public_path__ = OC.linkTo('deck', 'js/build/');

View File

@@ -69,6 +69,7 @@
</style>
<script>
/* global OC */
import { Modal } from 'nextcloud-vue/dist/Components/Modal'
import { Avatar } from 'nextcloud-vue/dist/Components/Avatar'
import axios from 'nextcloud-axios'

View File

@@ -60,7 +60,6 @@ class BoardService {
private $userId;
private $activityManager;
private $changeHelper;
private $resourceProvider;
public function __construct(
BoardMapper $boardMapper,