Skip to content

Commit

Permalink
Merge pull request #13002 from nextcloud/chore/noid/eslint
Browse files Browse the repository at this point in the history
chore(eslint): ignore openapi generated files
  • Loading branch information
nickvergessen authored Aug 15, 2024
2 parents d2a9040 + f08fa58 commit b98d5d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: CC0-1.0
/js/*
/src/types/openapi/*
/src/utils/media/effects/virtual-background/vendor/*
/tests/*
1 change: 0 additions & 1 deletion src/services/conversationsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const fetchConversations = async function(options) {
* fetch future events for a given conversation within the next 31 days.
*
* @param {string} location room's absolute url
* @param {object} options options
*/
const getUpcomingEvents = async (location) => {
return axios.get(generateOcsUrl('/apps/dav/api/v1/events/upcoming'), {
Expand Down

0 comments on commit b98d5d1

Please sign in to comment.