Skip to content

Commit

Permalink
remove .then()
Browse files Browse the repository at this point in the history
This update.then(), as @JGreenlee pointed out, doesn't do what I wanted it to, and so I'm putting it back how it was
  • Loading branch information
Abby Wheelis committed Jul 20, 2023
1 parent c2c44ff commit fdf8907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/splash/notifScheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ angular.module('emission.splash.notifscheduler',
return;
}
setUpActions();
update.then();
update();
});

return scheduler;
Expand Down

0 comments on commit fdf8907

Please sign in to comment.