Skip to content

Commit

Permalink
All PreviewKit promises are fulfilled in users
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 30, 2023
1 parent a13c718 commit eed1af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/userProfile/userProfile.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
}

device.createKitBlueprints().then(function(){
vm.kits = vm.user.kits.map(function(data){
$q.all(vm.kits = vm.user.kits.map(function(data){
return new PreviewKit(data);
})
}))
})

}).then(function(error) {
Expand Down

0 comments on commit eed1af1

Please sign in to comment.