Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit ae3570a

Browse files
committed
Fix Organisation.jobs
1 parent 5a4d7af commit ae3570a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/Organisation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default class Organisation extends CrudBase {
123123
* @returns {SimpleResourceProxy} - A proxy for accessing the resource
124124
*/
125125
get jobs () {
126-
return this._proxyBuilder(Job);
126+
return this._proxyResourceList(Job);
127127
}
128128

129129
/**

0 commit comments

Comments
 (0)