1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

chore: update comment

This commit is contained in:
2022-03-04 15:08:50 +05:00
parent 5a92d96ba2
commit 6adf8a2e78

View File

@@ -838,7 +838,7 @@ export class SASViyaApiClient {
.get<{ items: any[] }>(
`/folders/folders/${folder.id}/members?limit=${
folder.memberCount < 500 ? 500 : folder.memberCount
}`, // this is temporary fix for https://github.com/sasjs/adapter/issues/669
}`, // this is a fix for https://github.com/sasjs/adapter/issues/669
accessToken
)
.catch((err) => {