Skip to content

Commit ab3844b

Browse files
Update src/settings/Api.ts
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent aa8fbd1 commit ab3844b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/Api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class Api {
1515
return generateUrl(`apps/groupfolders/${endpoint}`)
1616
}
1717

18-
async listFolders(offset = 0, limit = 50): Promise<Folder[]> {
18+
async listFolders(offset = 0, limit = null): Promise<Folder[]> {
1919
const response = await axios.get<OCSResponse<Folder[]>>(this.getUrl('folders'), {
2020
params: {
2121
offset,

0 commit comments

Comments
 (0)