dictionary
This commit is contained in:
@@ -60,8 +60,8 @@ class RegisterService(BaseService):
|
|||||||
}
|
}
|
||||||
|
|
||||||
response_data = {
|
response_data = {
|
||||||
"member_id": data.member_id,
|
"member_id": data['member_id'],
|
||||||
"uid": data.uid,
|
"uid": data['uid'],
|
||||||
"country": country,
|
"country": country,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user