Add missing semicolo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
64de868c96
commit
471247696d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ export function updateClaimRegistrationPayload(payload) {
|
|||
payload.additionalInfo = {
|
||||
offeredItac: mainStore.isITAC.toString(),
|
||||
qualifiedForItac: mainStore.isITAC.toString()
|
||||
}
|
||||
};
|
||||
}
|
||||
Loading…
Reference in a new issue