SuaveMusicStore icon indicating copy to clipboard operation
SuaveMusicStore copied to clipboard

A wrong snippet in "Anonymous cart"

Open bratfizyk opened this issue 6 years ago • 0 comments

In the "Anonymous cart" chapter there's the following piece of code:

type CartDetails = DbContext.``public.cartdetailsEntity``

However, I think it's an error and instead it should be:

type Cart = DbContext.``public.cartsEntity``

As the former type had already been defined previously by that time.

bratfizyk avatar Jun 09 '18 21:06 bratfizyk