We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d557796 commit e427429Copy full SHA for e427429
src/helpers/resources/ResourcesHelper.js
@@ -64,7 +64,7 @@ class ResourcesHelper {
64
* @return {Array<object>} An array of raw data objects.
65
*/
66
async listCollaborated(sort) {
67
- return await this.wrapper.get("/resources/collaborated", sort);
+ return await this.#wrapper.get("/resources/collaborated", sort);
68
}
69
70
/** List all pages of collaborated resources.
0 commit comments