Delete console log

This commit is contained in:
Douglas Barone 2022-04-04 15:35:31 -04:00
parent bf93c9fc43
commit 4d83049b22

View File

@ -130,8 +130,6 @@ const Mutation = {
context,
info
) {
console.log(id, name, local, notes)
const accessPoint = await prisma.accessPoint.update({
where: { id: parseInt(id) },
data: { name, local, notes }