usar identificador de datos correcto para numero de comunidad

This commit is contained in:
Eduardo Quiros 2022-07-19 19:21:56 -06:00
parent 8ddc277751
commit 462d84d1ea
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const Inquilinos = () => {
function registrarInquilino() {
let data = {
email: document.getElementById('correo_electronico').value,
numero_vivienda: document.getElementById('numero_vivienda').value,
community_id: document.getElementById('numero_vivienda').value,
user_type: '3',
status: '1',
}