Skip to content

Commit

Permalink
remove leftovers
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
  • Loading branch information
SwikritiT committed Oct 18, 2023
1 parent 00889eb commit 6a4c08a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/Controller/OpenProjectAPIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ public function getOpenProjectWorkPackageType(string $id): DataResponse {
}

/**
* @NoCSRFRequired
* @NoAdminRequired
*/
public function getAvailableOpenProjectProjects(): DataResponse {
Expand Down
3 changes: 1 addition & 2 deletions src/views/ProjectsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import LoadingIcon from 'vue-material-design-icons/Loading.vue'
import axios from '@nextcloud/axios'
import { generateUrl } from '@nextcloud/router'
import { showSuccess, showError, showMessage } from '@nextcloud/dialogs'
import { showSuccess, showError } from '@nextcloud/dialogs'
import '@nextcloud/dialogs/styles/toast.scss'
import { translate as t } from '@nextcloud/l10n'
import { loadState } from '@nextcloud/initial-state'
Expand Down Expand Up @@ -125,7 +125,6 @@ export default {
checkOauthConnectionResult(this.oauthConnectionResult, this.oauthConnectionErrorMessage)
},
methods: {
showMessage,
/**
* updates current resource
*
Expand Down

0 comments on commit 6a4c08a

Please sign in to comment.