member_id

This commit is contained in:
CHIEFSOFT\ameye
2025-06-25 11:49:00 -04:00
parent f428a21fdf
commit 40aa9fadc6
+1 -1
View File
@@ -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.
"""