Skip to content

Commit

Permalink
Update deviceRegistryMongoDB.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Jun 27, 2024
1 parent 1071097 commit fc0c793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/services/devices/deviceRegistryMongoDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ function getDevice(id, apikey, service, subservice, callback) {
callback(null, data);
}
});
callback(error);
} else {
callback(null, data);
}
Expand Down

0 comments on commit fc0c793

Please sign in to comment.