Skip to content

Commit

Permalink
And of course, actually use the handler
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonsy committed Jul 1, 2017
1 parent c12c6d4 commit 839b15f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const fetchMTAStatus = require('./services/fetch-mta-status.js');
// Handlers
const storeFavoriteLineHandler = require('./handlers/store-favorite-line.js');
const checkFavoriteLinesHandler = require('./handlers/check-favorite-lines.js');
const checkFavoriteLinesStatusHandler = require('./handlers/check-favorite-lines-status.js');

// Utilities
const closestLineMatcher = require('./utilities/closest-line-matcher.js');
Expand Down Expand Up @@ -77,6 +78,7 @@ var handlers = {
fullStatusUpdate: fullStatusUpdateHandler,
storeFavoriteLine: storeFavoriteLineHandler,
checkFavoriteLines: checkFavoriteLinesHandler,
checkFavoriteLinesStatus: checkFavoriteLinesStatusHandler,
Unhandled: fullStatusUpdateHandler,
};

Expand Down

0 comments on commit 839b15f

Please sign in to comment.