Skip to content

Commit

Permalink
Fix: Loading apps without categories (closes #471)
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed May 3, 2024
1 parent 9399f1b commit a9c086d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ interface ProductDao : BaseDao<Product> {
)
builder.addJoin(
TABLE_CATEGORY,
false,
true,
"$TABLE_PRODUCT.$ROW_PACKAGE_NAME = $TABLE_CATEGORY.$ROW_PACKAGE_NAME",
)

Expand Down

0 comments on commit a9c086d

Please sign in to comment.