Correctly import uuid

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-03-05 23:05:57 +01:00
parent 56c53fb085
commit 83d16af2b4
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -22,7 +22,7 @@
*
*/
import uuid from 'uuid'
import { v4 as uuid } from 'uuid'
import ICAL from 'ical.js'
import PQueue from 'p-queue'