Skip to content

Commit

Permalink
Fix codeclimate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdbns committed Jul 9, 2017
1 parent b9b00f6 commit 1b81edd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const context = require('./context')
const modules = require('./lib/modules')
const log = require('./lib/log')

const {
start,
version,
Expand All @@ -12,7 +10,7 @@ const {
directChannels,
directPosts,
end
} = modules
} = require('./lib/modules')

//
// Common function log errors and
Expand Down

0 comments on commit 1b81edd

Please sign in to comment.