feat: debug xfetch

This commit is contained in:
riefive
2025-12-01 15:09:28 +07:00
parent 4dc7aa2fe9
commit be3f5c9d40
@@ -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