summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-12-20 16:31:58 +0100
committerGitHub <noreply@github.com>2021-12-20 16:31:58 +0100
commit2311d5a0f9a6754e4ce732155efa4ef9fb8d5acb (patch)
treef45eefbe746f75dd114d5ac97fbbb258bfff0b53 /src
parent0cbbe065ffcf783ed251e0a7a71e282e497e2dfa (diff)
parentef065f019d7947ebfb460c181d517eada9834deb (diff)
Merge pull request #2569 from nextcloud/dependarichard/npm_and_yarn/use-cdav-from-npm
Replace cdav-library with @nextcloud/cdav-library from npm
Diffstat (limited to 'src')
-rw-r--r--src/services/cdav.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/cdav.js b/src/services/cdav.js
index 8450736f..5d5a1a24 100644
--- a/src/services/cdav.js
+++ b/src/services/cdav.js
@@ -20,7 +20,7 @@
*
*/
-import DavClient from 'cdav-library'
+import DavClient from '@nextcloud/cdav-library'
import { generateRemoteUrl } from '@nextcloud/router'
import { getRequestToken } from '@nextcloud/auth'