Skip to content

Commit

Permalink
fix: #10 minor syntax error on contests resource path
Browse files Browse the repository at this point in the history
  • Loading branch information
algoflows committed Mar 1, 2022
1 parent ec19228 commit e4ff5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
}),

Customer: resourceNamespace('customer', {
Contests: require('./resource/Customer/Contests'),
Contests: require('./resources/Customer/Contests'),
Customers: require('./resources/Customer/Customers'),
EntryCodes: require('./resources/Customer/EntryCodes'),
Orders: require('./resources/Customer/Orders'),
Expand Down

0 comments on commit e4ff5a7

Please sign in to comment.