Skip to content

Commit

Permalink
Merge pull request #1828 from nextcloud/dependabot/npm_and_yarn/nextc…
Browse files Browse the repository at this point in the history
…loud/router-2.0.0
  • Loading branch information
skjnldsv authored May 10, 2021
2 parents a24ba29 + 8d3f53e commit dc19014
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@nextcloud/dialogs": "^3.0.0",
"@nextcloud/event-bus": "^1.1.4",
"@nextcloud/l10n": "^1.2.3",
"@nextcloud/router": "^1.0.2",
"@nextcloud/router": "^2.0.0",
"core-js": "^3.6.5",
"debounce": "1.2.1",
"emoji-mart-vue-fast": "^7.0.7",
Expand Down
2 changes: 1 addition & 1 deletion src/mixins/userStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
}

try {
const { data } = await axios.get(generateOcsUrl('apps/user_status/api/v1', 2) + `statuses/${encodeURIComponent(userId)}`)
const { data } = await axios.get(generateOcsUrl('apps/user_status/api/v1/statuses/{userId}', { userId }))
const {
status,
message,
Expand Down

0 comments on commit dc19014

Please sign in to comment.