From 40aa9fadc65dbc6ce3799d1ddb0b685947a0c4ca Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 25 Jun 2025 11:49:00 -0400 Subject: [PATCH] member_id --- app/models/products.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/products.py b/app/models/products.py index c2d979d..2b30a3f 100644 --- a/app/models/products.py +++ b/app/models/products.py @@ -54,7 +54,7 @@ class Products(db.Model): return json_output @classmethod - def get_user_product_list(cls): + def get_user_product_list(cls, member_id): """ Return all offers in dictionary format. """