Skip to content

Commit

Permalink
Merge pull request #27 from oaknational/feat/export-create-slack-report
Browse files Browse the repository at this point in the history
feat: export createslackfn
  • Loading branch information
shobbsd authored May 16, 2024
2 parents a2fe0fe + d1a1095 commit 0c32155
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
buildUnitTableRows,
parseUnitUpdates,
} from "./bulkUploads/index";
import { createSlackReport } from "./reportToSlack/index";

export {
slugify,
Expand All @@ -27,6 +28,7 @@ export {
parseUnitUpdates,
sanitiseForDb,
sanitiseForTsv,
createSlackReport,
};

// When bundled for the browser, this object
Expand All @@ -42,6 +44,7 @@ const oakRetoolHelpers = {
parseUnitUpdates,
sanitiseForDb,
sanitiseForTsv,
createSlackReport,
};

declare global {
Expand Down

0 comments on commit 0c32155

Please sign in to comment.