Skip to content

Commit

Permalink
add points
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelUd committed Apr 11, 2024
1 parent 66acb9c commit b750b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/mock-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class MockService {
}

getPoints(){
return [];
return this.points;
}

generateDestinations() {
Expand Down

0 comments on commit b750b47

Please sign in to comment.