Skip to content

Commit

Permalink
Merge pull request #1784 from nextcloud/fix/debounce
Browse files Browse the repository at this point in the history
fix: Fix import of debounce
  • Loading branch information
Chartman123 authored Nov 20, 2023
2 parents d9fc4a0 + 1496264 commit c2cc73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/QuestionMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
import { debounce } from 'debounce'
import { showError } from '@nextcloud/dialogs'
import { emit } from '@nextcloud/event-bus'
import { generateOcsUrl } from '@nextcloud/router'
import axios from '@nextcloud/axios'
import debounce from 'debounce'

import logger from '../utils/Logger.js'
import Question from '../components/Questions/Question.vue'
Expand Down

0 comments on commit c2cc73e

Please sign in to comment.