Add country_code field to userVisitedWorldTravel table

This commit is contained in:
Sean Morley
2024-04-14 13:39:32 +00:00
parent 5e1d7ef160
commit c5ce984cac
7 changed files with 411 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
},
body: JSON.stringify({
region_id: event.detail,
country_code: data.countrycode,
}),
}).then((response) => {
if (response.status === 401) {