Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulooosrj authored Sep 19, 2019
1 parent 429615e commit 23b0e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
data.id = Math.random() * 1000;
next();
},
async ({ view, id }, viewRouter, next) => {
async ({ id }, viewRouter, next) => {
const homePromise = () =>
new Promise((resolve, reject) => {
resolve("Home !! id is: " + id);
Expand Down

0 comments on commit 23b0e0d

Please sign in to comment.