Skip to content

Commit 82a0bd1

Browse files
author
maenriquez
committed
Corrected a typo
1 parent 80112fc commit 82a0bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular-meteor-user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ angularMeteorUser.service('$meteorUser', ['$rootScope', '$meteorUtils', '$q',
4949
if ( valid === true )
5050
return user;
5151
else if ( typeof valid === "string" )
52-
return $.reject( valid );
52+
return $q.reject( valid );
5353
else
5454
return $q.reject( "FORBIDDEN" );
5555
});

0 commit comments

Comments
 (0)