diff --git a/app/handlers/integration-sep-entry.handler.ts b/app/handlers/integration-sep-entry.handler.ts index 8f3bb86c..e4df3381 100644 --- a/app/handlers/integration-sep-entry.handler.ts +++ b/app/handlers/integration-sep-entry.handler.ts @@ -486,8 +486,9 @@ export function useIntegrationSepEntry() { } mappedValues.userName = userStore.user?.user_name || '' + const payload = { ...makeSepData(mappedValues), encounterId: null } - createSep(makeSepData(mappedValues)) + createSep(payload) .then((res) => { const body = res?.body const code = body?.metaData?.code