This commit is contained in:
CHIEFSOFT\ameye
2025-07-09 21:22:05 -04:00
parent e6d9478a7d
commit 62afcb7ded
+1 -1
View File
@@ -68,7 +68,7 @@ class RegisterService(BaseService):
# "country": country, # "country": country,
# } # }
response_data = { response_data = {
"user": data.user, "user": data["user"],
"country": country, "country": country,
} }