You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change to res.render("profile", { obj }); and before that make a dbQuery.getFacster() call to get that data - it looks like we'll have to nest that in a callback, too.
Model and Controller:
SEMN/src/controllers/profile.js
Lines 2 to 3 in 2e9d6b9
Change to
res.render("profile", { obj });
and before that make adbQuery.getFacster()
call to get that data - it looks like we'll have to nest that in a callback, too.Views:
SEMN/src/views/profile.hbs
Lines 4 to 15 in 2e9d6b9
Replace dummy data with relevant
{{ handlebars }}
data from our object - we can also dummy the object.The text was updated successfully, but these errors were encountered: