|
@ -9,11 +9,11 @@ import { Process, Processor } from '@nestjs/bull'; |
|
|
import { Injectable, Logger } from '@nestjs/common'; |
|
|
import { Injectable, Logger } from '@nestjs/common'; |
|
|
import { Job } from 'bull'; |
|
|
import { Job } from 'bull'; |
|
|
import { |
|
|
import { |
|
|
isBefore, |
|
|
|
|
|
getYear, |
|
|
|
|
|
getMonth, |
|
|
|
|
|
getDate, |
|
|
|
|
|
format, |
|
|
format, |
|
|
|
|
|
getDate, |
|
|
|
|
|
getMonth, |
|
|
|
|
|
getYear, |
|
|
|
|
|
isBefore, |
|
|
parseISO |
|
|
parseISO |
|
|
} from 'date-fns'; |
|
|
} from 'date-fns'; |
|
|
|
|
|
|
|
|