Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/skript023/Gaboot
Browse files Browse the repository at this point in the history
  • Loading branch information
skript023 committed Apr 23, 2024
2 parents 86acdcf + 810c907 commit a66c568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img src="https://img.shields.io/github/actions/workflow/status/skript023/Gaboot/main.yaml?branch=main&style=flat-square"/>
</a>
<a href="https://github.com/skript023/Gaboot/actions">
<img src="https://img.shields.io/github/actions/workflow/status/skript023/Gaboot/deployment.yml?branch=main&style=flat-square"/>
<img src="https://img.shields.io/github/actions/workflow/status/skript023/Gaboot/deployment.yml?branch=main&style=flat-square&label=deploy"/>
</a>
<br>
Gaboot E-Commerce Backend Server
Expand Down
2 changes: 1 addition & 1 deletion src/module/product/dto/product.dto.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace gaboot

reader.parse(json.dump(), data);

if (!m_vector.empty()) m_vector.clear();
if (!m_vector.empty() || !images.empty()) m_vector.clear(); images.clear();

return data;
}
Expand Down

0 comments on commit a66c568

Please sign in to comment.