feat: debug xfetch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user