From 471247696d4e9431c2b7a011bada34367f3dd8cc Mon Sep 17 00:00:00 2001 From: AHumphriesSL Date: Mon, 20 Jul 2026 12:08:01 -0400 Subject: [PATCH] Add missing semicolo Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/helpers/client-mappers/Client900040Coverage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/client-mappers/Client900040Coverage.js b/src/helpers/client-mappers/Client900040Coverage.js index 9008de2e..38ab396b 100644 --- a/src/helpers/client-mappers/Client900040Coverage.js +++ b/src/helpers/client-mappers/Client900040Coverage.js @@ -5,5 +5,5 @@ export function updateClaimRegistrationPayload(payload) { payload.additionalInfo = { offeredItac: mainStore.isITAC.toString(), qualifiedForItac: mainStore.isITAC.toString() - } + }; } \ No newline at end of file