ryanmurakami / pizza-luvrs

❤️🍕🍕❤️ Demo project for AWS Developer: Getting Started on Pluralsight
114 stars 255 forks source link

Fix create from data/users.js #35

Closed rubenccdev closed 4 years ago

rubenccdev commented 4 years ago

Create function needs to return the newly created user, since it's assigned to a variable when calling it on postUser function on handlers/user.js

ryanmurakami commented 4 years ago

Thanks for this @rubenccdev!