Skip to content

Commit 8664f62

Browse files
committed
bad removal
1 parent e0214f1 commit 8664f62

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

backend/handler/database/roms_handler.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,11 @@ def filter_roms(
701701
base_subquery.c.flashpoint_id,
702702
base_subquery.c.platform_id,
703703
),
704-
base_subquery.c.id,
704+
_create_metadata_id_case(
705+
"romm",
706+
base_subquery.c.id,
707+
base_subquery.c.platform_id,
708+
),
705709
),
706710
order_by=[
707711
is_main_sibling_order,

0 commit comments

Comments
 (0)