Browse Source

Sort imports

pull/991/head
Thomas 3 years ago
parent
commit
40dccde66e
  1. 8
      apps/api/src/services/data-gathering.processor.ts

8
apps/api/src/services/data-gathering.processor.ts

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

Loading…
Cancel
Save