Skip to content

Commit

Permalink
Quick fix for an issue that seems to be blocking workers.getByLocatio…
Browse files Browse the repository at this point in the history
…n from working properly (#43)

Co-authored-by: Ethan <[email protected]>
  • Loading branch information
Threeethan and Ethan authored Jul 16, 2021
1 parent 46378d6 commit eeda6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/resources/Workers.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Workers extends Resource {
},
getByLocation: {
path: '/workers/location',
altPath: '/workers/location',
method: 'GET',
queryParams: true,
},
Expand Down

0 comments on commit eeda6d8

Please sign in to comment.