Correção da atualização do contato
parent
5c13bbffb6
commit
3aa4a62b5a
|
@ -70,7 +70,7 @@ const UpdateContactService = async ({
|
||||||
where: { number }
|
where: { number }
|
||||||
});
|
});
|
||||||
|
|
||||||
if (numberExists) {
|
if (numberExists && numberExists.id != +contactId) {
|
||||||
throw new AppError("ERR_DUPLICATED_CONTACT");
|
throw new AppError("ERR_DUPLICATED_CONTACT");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue