Skip to content

Commit

Permalink
Fix lint issue for #415.
Browse files Browse the repository at this point in the history
  • Loading branch information
sampottinger committed Sep 6, 2024
1 parent fc0b497 commit 3ae96ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sim_presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class SimPresenter {
[],
[self.getYear()],
);

return singleFuture.then((x) => getGoals(x.get(self.getYear())))
.then((x) => self._labelGoals(x, label))
.then((x) => x, () => self._executeSingle(label, setupProgram));
Expand Down

0 comments on commit 3ae96ae

Please sign in to comment.