Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 9834 | Rev 9836 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 9834 Rev 9835
Línea 46... Línea 46...
46
      ...location,
46
      ...location,
47
      last_date: year,
47
      last_date: year,
48
      status: isActive ? "a" : "i"
48
      status: isActive ? "a" : "i"
49
    }
49
    }
Línea 50... Línea 50...
50
 
50
 
51
    if (!location.formatted_address) { return console.log("Location empty") }
51
    if (location === {}) { return console.log("Location empty") }
Línea 52... Línea 52...
52
    if (!year) { return console.log("Year empty") }
52
    if (!year) { return console.log("Year empty") }
53
 
53