Skip to content

Commit

Permalink
Merge pull request #359 from bakaphp/feat/social-login
Browse files Browse the repository at this point in the history
fix: return slug in GET_VARIANTS
  • Loading branch information
SparoHawk authored Dec 3, 2024
2 parents 1d63105 + 51265fa commit 4a9af82
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.4",
"version": "0.22.5",
"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 @@ -312,6 +312,7 @@ export const GET_VARIANTS = gql`
status {
id
name
slug
}
warehouses {
warehouses_id
Expand Down

0 comments on commit 4a9af82

Please sign in to comment.