Skip to content

Commit

Permalink
Merged branch develop into master
Browse files Browse the repository at this point in the history
  • Loading branch information
geblanco committed Sep 18, 2016
2 parents 4ee4788 + eb2cd40 commit f80cfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
`${DUP_SND_HEAD}::${route}::${verb.toUpperCase()}`,
{ origEvt: evt.origEvt, count: evt.count, total: evt.total },
err,
obj?JSON.parse(JSON.stringify(obj)):undefined
obj ? JSON.parse(JSON.stringify(obj)) : undefined
)
}
}
Expand Down

0 comments on commit f80cfbc

Please sign in to comment.