Correctly import uuid
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
56c53fb085
commit
83d16af2b4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
import uuid from 'uuid'
|
||||
import { v4 as uuid } from 'uuid'
|
||||
import ICAL from 'ical.js'
|
||||
import PQueue from 'p-queue'
|
||||
|
||||
|
|
Loading…
Reference in a new issue