fix: correct ID used for refetching after updating customer (#10231)

What
   correct ID used for refetching after updating customer
This commit is contained in:
Dos
2024-11-22 14:58:25 +00:00
committed by GitHub
parent d6ff8d7aa1
commit 97ef3a5337
2 changed files with 35 additions and 1 deletions
@@ -46,7 +46,7 @@ export const POST = async (
})
const customer = await refetchCustomer(
req.params.id,
customerId,
req.scope,
req.remoteQueryConfig.fields
)