Skip to content

Commit e427429

Browse files
committed
Fix incorrect class field name
1 parent d557796 commit e427429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/resources/ResourcesHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ResourcesHelper {
6464
* @return {Array<object>} An array of raw data objects.
6565
*/
6666
async listCollaborated(sort) {
67-
return await this.wrapper.get("/resources/collaborated", sort);
67+
return await this.#wrapper.get("/resources/collaborated", sort);
6868
}
6969

7070
/** List all pages of collaborated resources.

0 commit comments

Comments
 (0)