Skip to content

Commit

Permalink
refactor(export-campaign): extract payload types
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 committed Aug 23, 2024
1 parent 9c760df commit 9df579a
Show file tree
Hide file tree
Showing 7 changed files with 313 additions and 230 deletions.
2 changes: 1 addition & 1 deletion src/server/api/root-mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import MemoizeHelper, { cacheOpts } from "../memoredis";
import { cacheableData, r } from "../models";
import { getUserById } from "../models/cacheable_queries";
import { Notifications, sendUserNotification } from "../notifications";
import { addExportCampaign } from "../tasks/export-campaign";
import { addExportCampaign } from "../tasks/chunked-tasks/export-campaign";
import { addExportForVan } from "../tasks/export-for-van";
import { TASK_IDENTIFIER as exportOptOutsIdentifier } from "../tasks/export-opt-outs";
import { addFilterLandlines } from "../tasks/filter-landlines";
Expand Down
Loading

0 comments on commit 9df579a

Please sign in to comment.