Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dashuulka committed Jun 10, 2024
1 parent 0f16466 commit 49ead8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/presenter/trip-presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ export default class TripPresenter {
await this.#pointsModel.updatePoint(updateType, update);
} catch (err) {
this.#pointPresenters.get(update.id).setAborting();
}}
}
}
break;
case UserAction.ADD_POINT:
try {
Expand Down

0 comments on commit 49ead8b

Please sign in to comment.