Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Mar 11, 2024
1 parent c4db3fd commit c4b7f50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions api-node/src/cronjobs/cleaning.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { getAtmoIndicator } from '~/aggregators/indice_atmo.ts';
import { getPollensIndicator } from '~/aggregators/pollens.ts';
import { getIndiceUVIndicator } from '~/aggregators/indice_uv.ts';
import { setupCronJob } from './utils';
import { capture } from '~/third-parties/sentry';
import { getWeatherAlert } from '~/aggregators/weather_alert';
import { getBathingWaterIndicator } from '~/aggregators/bathing_water';
import { groupUsersByMunicipality } from '~/utils/municipalities';
import prisma from '~/prisma';
import dayjs from 'dayjs';
Expand Down
2 changes: 0 additions & 2 deletions api-node/src/utils/epci.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { Municipality } from '@prisma/client';
import prisma from '~/prisma';
import { capture } from '~/third-parties/sentry';
import fs from 'fs';

export async function grabEPCIsWithINSEEMunicipalityCodes(): Promise<
Expand Down

0 comments on commit c4b7f50

Please sign in to comment.