Skip to content

Commit

Permalink
fix switcher-js require
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitay Ben-Zvi committed Sep 26, 2020
1 parent 3c60b17 commit bb97acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/switcher.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Switcher = require('switcher-js').Switcher
const Switcher = require('switcher-js2').Switcher
const storage = require('node-persist')

module.exports = async (accessory) => {
Expand Down

0 comments on commit bb97acc

Please sign in to comment.