Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A wrong snippet in "Anonymous cart" #11

Open
bratfizyk opened this issue Jun 9, 2018 · 0 comments
Open

A wrong snippet in "Anonymous cart" #11

bratfizyk opened this issue Jun 9, 2018 · 0 comments

Comments

@bratfizyk
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant