You can use LessThan, the doc
async filesListToDelete(): Promise<any> {
return await this.fileRepository.find({
where: {
last_modified: LessThan('2018-11-15 10:41:30.746877') },
});}
You can use LessThan, the doc
async filesListToDelete(): Promise<any> {
return await this.fileRepository.find({
where: {
last_modified: LessThan('2018-11-15 10:41:30.746877') },
});}