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

90
Views
valor de retorno de la promesa en la función javascript

quiero devolver la sesión creada en esta función

 function createSession(sId, uId, duration){ expires = new Date() expires.setDate(expires.getDate() + duration) prisma.session.create({ data: { sessionId: sId, userId: uId, expirationDate: expires.toISOString() } }).then(session => { // session is what i want to return return session }).catch(err => {console.error(err)}) return false }

pero cuando llamo a esta función, todo lo que devuelve es 'falso' pero se crea un registro en la base de datos

 console.log(createSession(crypto.randomUUID(), uId, 1)) // prints false
about 4 years ago · Juan Pablo Isaza
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!