diff --git a/lib/onfleet/destinations.js b/lib/onfleet/destinations.js index a9762cb..c9966ee 100644 --- a/lib/onfleet/destinations.js +++ b/lib/onfleet/destinations.js @@ -53,4 +53,4 @@ var Destinations = function () { return Destinations; }(); -module.exports = Workers; \ No newline at end of file +module.exports = Destinations; \ No newline at end of file diff --git a/src/onfleet/destinations.js b/src/onfleet/destinations.js index 4ce8bb3..d7506e0 100644 --- a/src/onfleet/destinations.js +++ b/src/onfleet/destinations.js @@ -37,4 +37,4 @@ class Destinations { } } -module.exports = Workers; +module.exports = Destinations;