Skip to content

Commit

Permalink
attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricss committed Jul 11, 2024
1 parent f88e125 commit efcede0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { prismaClient } from "../../../prisma/client";
import { sendAlertDeadlineExceededDVToOrganism } from "../../dossier-de-validation/emails";
import { logger } from "../../shared/logger";

// eslint-disable-next-line import/no-unused-modules
export const sendReminderToOrganismForCandidateJuryDeadline = async () => {

Check failure on line 7 in packages/reva-api/modules/jury/features/sendReminderToOrganismForCandidateJuryDeadline.ts

View workflow job for this annotation

GitHub Actions / eslint

exported declaration 'sendReminderToOrganismForCandidateJuryDeadline' not used within other modules
const today = startOfDay(new Date());
const twoMonthsAgo = endOfDay(sub(today, { months: 2 })).toISOString();
Expand Down

0 comments on commit efcede0

Please sign in to comment.