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

230
Views
TypeError: Cannot read property 'first1' of undefined

there are two classes ( I created new instance from first class in main class )

TypeError: Cannot read property 'first1' of undefined


export default class main {
  first1: first
  constructor() {
    this.first1 = new first()
  } 
  async list(req: Request, res: Response, next: NextFunction) {
    try {
      const { result } = await this.first1.list({ limit: req.query.limit, page: 
                         req.query.page, filters: req.query.filters })
      res.status(200).json(result)
    } catch (error) {
      console.log(error)
      CatchError(error, next)
    }
  }
}
export default class first{

  async list({ limit, page, filters }) {
    let result: {data:"ssssssss"}
    return { result }
  }

}
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!