Fix Speicher Database + Coding
This commit is contained in:
@@ -37,6 +37,6 @@ public class ArticleWithImageModel {
|
||||
this.stockExpected = article.getStockExpected();
|
||||
this.category = article.getCategory();
|
||||
this.rating = article.getRating();
|
||||
this.image = image.getBase64();
|
||||
this.image = image == null ? "" : image.getBase64();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user