Revert "feat(core-flows,medusa): Add customer validation on cart update" (#9724)

This commit is contained in:
Riqwan Thamir
2024-10-22 20:26:01 +02:00
committed by GitHub
parent f1b2d22db7
commit d1ce6d4321
6 changed files with 62 additions and 231 deletions

View File

@@ -36,7 +36,7 @@ export const createAuthenticatedCustomer = async (
actor_type: "customer",
auth_identity_id: authIdentity.id,
},
http.jwtSecret!
http.jwtSecret
)
return { customer, authIdentity, jwt: token }