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 13, 2022
1 parent 087f5f8 commit b44abb7
Showing 1 changed file with 1 addition and 3 deletions.
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 b44abb7

Please sign in to comment.