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 { Prisma } from '@prisma/client';
import { Job } from 'bull'; import { Job } from 'bull';
import { import {
addDays,
format, format,
getDate, getDate,
getMonth, getMonth,
getYear, getYear,
isBefore, isBefore,
parseISO, parseISO
addDays
} from 'date-fns'; } from 'date-fns';
import { DataGatheringService } from './data-gathering.service'; import { DataGatheringService } from './data-gathering.service';

Loading…
Cancel
Save