Skip to content

Commit

Permalink
fix(trash): change trash enum type staff -> staffs
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsob committed Jan 28, 2020
1 parent 6d920aa commit 924b9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/v0/trash/get.js
Expand Up @@ -40,7 +40,7 @@ module.exports.query = {
'regions',
'safes',
'seasons',
'staff',
'staffs',
'staff_groups',
'staff_permission_templates',
'storefronts',
Expand Down
2 changes: 1 addition & 1 deletion lib/v0/trash/update.js
Expand Up @@ -36,7 +36,7 @@ module.exports.request = {
'regions',
'safes',
'seasons',
'staff',
'staffs',
'staff_groups',
'staff_permission_templates',
'storefronts',
Expand Down

0 comments on commit 924b9f9

Please sign in to comment.