File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
example-membership/lib/server
example-simple/lib/modules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const createUser = async (username, email) => {
5959const createDummyUsers = async ( ) => {
6060 // eslint-disable-next-line no-console
6161 console . log ( '// inserting dummy users…' ) ;
62- Promise . all ( [
62+ return Promise . all ( [
6363 createUser ( 'Bruce' , 'dummyuser1@telescopeapp.org' ) ,
6464 createUser ( 'Arnold' , 'dummyuser2@telescopeapp.org' ) ,
6565 createUser ( 'Julia' , 'dummyuser3@telescopeapp.org' ) ,
Original file line number Diff line number Diff line change 11// modules/routes.js #tutorial-step-6 -
2- // Thi is the file that is called into package.js that allows the component to be found.
2+ // This is the file that is called into package.js that allows the component to be found.
33
44// First, we import this from vulcan core, which is a utility to add a new route.
55import { addRoute , Components } from 'meteor/vulcan:core' ;
You can’t perform that action at this time.
0 commit comments