mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
Remove excess white space
This commit is contained in:
parent
dab6b555c4
commit
14fabfbe40
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
|
|||
});
|
||||
}
|
||||
$scope.addGold = function(){
|
||||
User.set({
|
||||
User.set({
|
||||
'stats.gp': User.user.stats.gp + 500,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue