From abca50ade44831279a3b3af6603361342cbbb0b1 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 6 Jul 2025 20:21:01 -0400 Subject: [PATCH] Removed hard coded memebr id --- app/api/services/myproduct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/myproduct.py b/app/api/services/myproduct.py index 11a46b5..9d08833 100644 --- a/app/api/services/myproduct.py +++ b/app/api/services/myproduct.py @@ -135,7 +135,7 @@ class MyProductsService(BaseService): # Simulate processing response_data = { "myproduct": myproduct_data, - "member_id": 1, + "member_id": member_id, "uid": uid, }