Browse Source

Sort imports

pull/2332/head
Thomas 2 years ago
parent
commit
9632892b6c
  1. 4
      apps/api/src/services/data-gathering/data-gathering.processor.ts

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

@ -13,13 +13,13 @@ import { Injectable, Logger } from '@nestjs/common';
import { Prisma } from '@prisma/client';
import { Job } from 'bull';
import {
addDays,
format,
getDate,
getMonth,
getYear,
isBefore,
parseISO,
addDays
parseISO
} from 'date-fns';
import { DataGatheringService } from './data-gathering.service';

Loading…
Cancel
Save