fix: correct ID used for refetching after updating customer (#10231)
What correct ID used for refetching after updating customer
This commit is contained in:
@@ -46,7 +46,7 @@ export const POST = async (
|
||||
})
|
||||
|
||||
const customer = await refetchCustomer(
|
||||
req.params.id,
|
||||
customerId,
|
||||
req.scope,
|
||||
req.remoteQueryConfig.fields
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user