Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

272
Views
Can I update field of MongoDB by findByIdAndUpdate with "? :" logic?

I use Mongo DB. I want to update Video model's show field.

If it is false then true, if else it is true then to false. So i use this logic false ? true : false.

But it seems not working.

In this case how can I make my purpose?

export const showVideo = async (req, res) => {
  const { id } = req.params;
  await Video.findByIdAndUpdate(id, {
    show: false ? true : false,
  });
  return res.redirect("/video");
};
about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!