From 40dccde66e1056db5a16d9620998e8d8ff5ee188 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 11 Jun 2022 13:13:18 +0200 Subject: [PATCH] Sort imports --- apps/api/src/services/data-gathering.processor.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/api/src/services/data-gathering.processor.ts b/apps/api/src/services/data-gathering.processor.ts index b973544fb..7e2a27642 100644 --- a/apps/api/src/services/data-gathering.processor.ts +++ b/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';