From ce6947c19f6ca98decd7fc40a71e7c456ceb68e1 Mon Sep 17 00:00:00 2001 From: "sonarqube-agent[bot]" <210722872+sonarqube-agent[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:04:07 +0000 Subject: [PATCH] fix: Address 5 SonarQube issues Fixed issues: - AZnd_k0G9LJ6Ep7Rin_0 for typescript:S7763 rule - AZnd_k0G9LJ6Ep7Rin_1 for typescript:S7763 rule - AZnd_k0G9LJ6Ep7Rin_2 for typescript:S7763 rule - AZnd_k0G9LJ6Ep7Rin_3 for typescript:S7763 rule - AZnd_k0G9LJ6Ep7Rin_4 for typescript:S7763 rule Generated by SonarQube Agent (task: baf47321-b2d5-44b0-8857-db3fd705ca05) --- src/index.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/index.ts b/src/index.ts index c8426dd..323c751 100644 --- a/src/index.ts +++ b/src/index.ts @@ -18,18 +18,20 @@ import { } from "./bulkUploads/index"; import { createSlackReport } from "./reportToSlack/index"; +export { slugify } from "./slugify/index"; export { - slugify, removeSpecialCharacters, insertSpecialCharacters, + sanitiseForDb, + sanitiseForTsv, +} from "./handleSpecialCharacters/index"; +export { buildTableRows, parseUpdates, buildUnitTableRows, parseUnitUpdates, - sanitiseForDb, - sanitiseForTsv, - createSlackReport, -}; +} from "./bulkUploads/index"; +export { createSlackReport } from "./reportToSlack/index"; // When bundled for the browser, this object // will be exposed on the Window object as