Skip to content

Commit

Permalink
tidy types
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbutongit committed Aug 23, 2023
1 parent 225c978 commit 76f9cfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as config from "server/config";
import { logger } from "scheduler/logger";
import { getNotifyClient } from "shared/getNotifyClient";
import type { MilestoneTillAnnualReview, RemindersBeforeStartDate } from "scheduler/batch/helpers";
import type { RemindersBeforeStartDate } from "scheduler/batch/helpers";
import type { SendEmailResponse } from "notifications-node-client";

const { annualReviewNotices } = config.NOTIFY.templates;
Expand Down

0 comments on commit 76f9cfa

Please sign in to comment.