Skip to content

Commit

Permalink
Merge pull request #358 from bakaphp/feat/social-login
Browse files Browse the repository at this point in the history
fix: slug variants in GET_VARIANTS_BY_STATUS query
  • Loading branch information
AudryLopez authored Dec 3, 2024
2 parents 6c173ef + d3813bf commit 1d63105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.22.3",
"version": "0.22.4",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/queries/inventory.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ export const GET_VARIANTS_BY_STATUS = gql`
status {
id
name
slug
}
warehouses {
warehouses_id
Expand Down

0 comments on commit 1d63105

Please sign in to comment.