Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/AvatarService.js')
-rw-r--r--src/service/AvatarService.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/AvatarService.js b/src/service/AvatarService.js
index ca0acb1f4..873d046cd 100644
--- a/src/service/AvatarService.js
+++ b/src/service/AvatarService.js
@@ -22,7 +22,7 @@
import _ from 'lodash'
import Axios from 'nextcloud-axios'
-import {generateUrl} from 'nextcloud-server/dist/router'
+import {generateUrl} from 'nextcloud-router'
export const fetchAvatarUrl = email => {
if (email === null) {