remover datos innecesarios

This commit is contained in:
Eduardo Quiros 2022-08-22 03:30:40 -06:00
parent a1a0534a1f
commit 04da74a2c4
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 0 additions and 11 deletions

View File

@ -79,17 +79,6 @@ const GuardasSeguridad = () => {
status: "1",
community_id: cookies.community_id
};
var data2 = {
dni: "11979037",
name: "Jorge",
last_name: "Soto",
email: "jorgesoto@gmail.com",
phone: 84664515,
password: "1203",
user_type: "2",
status: "1",
community_id: "62be68215692582bbfd77134"
}
console.log('ssss');
fetch('http://localhost:4000/user/createGuard', {
cache: 'no-cache',