diff --git a/.eslintignore b/.eslintignore index 006a2fa4d2a..83f15bd14f8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -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/* diff --git a/src/services/conversationsService.js b/src/services/conversationsService.js index dffe93f0d50..6ec0fb5c004 100644 --- a/src/services/conversationsService.js +++ b/src/services/conversationsService.js @@ -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'), {