79218245

Date: 2024-11-23 15:49:31
Score: 1.5
Natty:
Report link
import { Not, Repository } from 'typeorm';


return await this.MyRepository.find({
      where: { My_Field: Not(null) }
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NoDiced