Skip to content

Commit

Permalink
Merge pull request #23 from ssftvyn/master
Browse files Browse the repository at this point in the history
  • Loading branch information
keksobot authored Jun 18, 2024
2 parents 06464a5 + 840b638 commit c505fd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model/point-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default class PointModel extends Observable{
} catch (error){
this.#points = [];
this._notify(UpdateType.INIT, {error});
throw new Error('Points fetch error');
}
}

Expand Down

0 comments on commit c505fd1

Please sign in to comment.