Skip to content

Commit

Permalink
MARP-1075 - Release v1.0.0
Browse files Browse the repository at this point in the history
MARP-1075 - Release v1.0.0
  • Loading branch information
ntqdinh-axonivy authored Sep 16, 2024
2 parents 2452b9e + 17ccd0a commit 79b528d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ private void syncProductsFromGitHubRepo() {
mappingLogoFromGHContent(product, content);
}
if (productRepository.findById(product.getId()).isPresent()) {
return;
continue;
}
if (StringUtils.isNotBlank(product.getRepositoryName())) {
updateProductCompatibility(product);
Expand Down

0 comments on commit 79b528d

Please sign in to comment.