Skip to content

Commit

Permalink
linter updates (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas authored Sep 1, 2023
1 parent 6dccb0a commit 5717f53
Show file tree
Hide file tree
Showing 3 changed files with 820 additions and 44 deletions.
5 changes: 2 additions & 3 deletions node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ module.exports = NodeHelper.create({

async getDepartures(fetcherId) {
try {
const departuresData = await this.departuresFetchers[
fetcherId
].fetchDepartures();
const departuresData =
await this.departuresFetchers[fetcherId].fetchDepartures();

this.pimpDeparturesArray(departuresData.departuresArray);
this.sendSocketNotification("DEPARTURES_FETCHED", departuresData);
Expand Down
Loading

0 comments on commit 5717f53

Please sign in to comment.