-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove mergeDeviceWithConfiguration #644
remove mergeDeviceWithConfiguration #644
Conversation
@@ -24,7 +24,6 @@ | |||
const iotAgentLib = require('iotagent-node-lib'); | |||
const errors = require('./errors'); | |||
const dateFormat = require('dateformat'); | |||
const _ = require('underscore'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is underscore used elsewhere? In negative case, we can remove it from packages.json also.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in 09f8199
Co-authored-by: Fermín Galán Márquez <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
issue #642