File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
services/web/server/src/simcore_service_webserver/licenses Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ async def get_licensed_item_by_key_version(
250250 licensed_items .c .licensed_resource_type ,
251251 _licensed_resource_subquery .c .licensed_resources ,
252252 licensed_items .c .pricing_plan_id ,
253+ licensed_items .c .is_hidden_on_market ,
253254 licensed_items .c .created .label ("created_at" ),
254255 licensed_items .c .modified .label ("modified_at" ),
255256 )
@@ -297,6 +298,7 @@ async def list_licensed_items(
297298 licensed_items .c .licensed_resource_type ,
298299 _licensed_resource_subquery .c .licensed_resources ,
299300 licensed_items .c .pricing_plan_id ,
301+ licensed_items .c .is_hidden_on_market ,
300302 licensed_items .c .created .label ("created_at" ),
301303 licensed_items .c .modified .label ("modified_at" ),
302304 )
You can’t perform that action at this time.
0 commit comments