Skip to content

Commit

Permalink
Add changelog item for #6199
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Jan 5, 2022
1 parent 525faab commit 8e66ed9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-spaces-list
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Implement spaces list

We added a new route that lists all available spaces of type "project".

https://github.com/owncloud/web/pull/6199
https://github.com/owncloud/web/issues/6104
4 changes: 1 addition & 3 deletions packages/web-app-files/src/spaces/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ export const spacesSDK = (baseURI: string, token: string): any => {

return {
drives: {
listMyDrives: (): AxiosPromise<CollectionOfDrives> => {
return meDrivesApi.listMyDrives()
}
listMyDrives: (): AxiosPromise<CollectionOfDrives> => meDrivesApi.listMyDrives()
}
}
}

0 comments on commit 8e66ed9

Please sign in to comment.