Skip to content

Commit

Permalink
Fix p-queue import
Browse files Browse the repository at this point in the history
Ref sindresorhus/p-queue#145 (comment)

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Jul 12, 2022
1 parent d8a56e5 commit 11aadd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
import { showError } from '@nextcloud/dialogs'
import { stringify } from 'ical.js'
import debounce from 'debounce'
import PQueue from 'p-queue'
import PQueue from 'p-queue/dist'
import qr from 'qr-image'
import Vue from 'vue'
import { VueMasonryPlugin } from 'vue-masonry'
Expand Down

0 comments on commit 11aadd5

Please sign in to comment.