Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

welcome-email #141

Merged
merged 1 commit into from Aug 14, 2013
Merged

welcome-email #141

merged 1 commit into from Aug 14, 2013

Conversation

jbuck
Copy link
Member

@jbuck jbuck commented Aug 14, 2013

No description provided.

@@ -74,7 +75,26 @@ module.exports = function ( env ) {
* callback: function( err, thisUser )
*/
createUser: function( data, callback ) {
sqlHandle.createUser( data, callback );
sqlHandle.createUser( data, function(sqlErr, user) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: prevailing style in this file is to use spaces around args in parens, you have it wrong throughout (line 27 above has the same problem).

@jbuck jbuck merged commit 132c1d3 into mozilla:master Aug 14, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants