Add country_code field to userVisitedWorldTravel table
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
},
|
||||
body: JSON.stringify({
|
||||
region_id: event.detail,
|
||||
country_code: data.countrycode,
|
||||
}),
|
||||
}).then((response) => {
|
||||
if (response.status === 401) {
|
||||
|
||||
Reference in New Issue
Block a user