Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
derin-art committed Dec 28, 2022
1 parent 3f72f60 commit bb0b0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/customerChanges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ handler
});

await Mongo().catch((err) => {
console.log(err, "err");
console.log(err, "er");
return res.status(500).send(err);
});
const data = await Customer.findOne({ email: req.query.email });
Expand Down

1 comment on commit bb0b0fb

@vercel
Copy link

@vercel vercel bot commented on bb0b0fb Dec 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Header at index 0 has invalid `source` pattern "/.*".

Learn More: https://vercel.link/invalid-route-source-pattern

Please sign in to comment.