79417990

Date: 2025-02-06 13:06:13
Score: 2.5
Natty:
Report link

Strangely, skip() and take() do not work well with joins, you should use offset() and limit(). You can read more about this in this open issue in TypeORM repository: https://github.com/typeorm/typeorm/issues/4742

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hugo Nicolau