Skip to content

Commit

Permalink
Merge pull request #80 from pvdthings/dev
Browse files Browse the repository at this point in the history
Release: Web - Fix no brand shown in Item Details
  • Loading branch information
dillonfagan authored Oct 8, 2024
2 parents d6ee118 + e1a731b commit 65ed8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/api/apps/catalog/services/itemDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ async function getItemDetails(id) {
spanishName: details.name_es,
available: details.available,
availableDate: details.dueBack,
brand: details.brand,
condition: details.condition,
eyeProtection: details.eyeProtection,
totalLoans: details.totalLoans,
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pvdthings-api",
"version": "1.21.0",
"version": "1.21.1",
"description": "",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 65ed8a5

Please sign in to comment.