Skip to content

Commit

Permalink
remove active import
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Oct 16, 2024
1 parent add3d63 commit 0170a2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/atoms/WorkoutBluetooth/WorkoutBluetooth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import {
Motherboard,
WHC06,
mySmartBoard,
Progressor,
active
Progressor
} from '@hangtime/grip-connect'
import { useBluetoothStore } from '@/stores/bluetooth'
Expand Down Expand Up @@ -109,7 +108,7 @@ const setup = () => {
// output.value = JSON.stringify(data)
})
active(
selectedDevice.active(
(isActive: boolean) => {
emit('active', isActive)
},
Expand Down

0 comments on commit 0170a2c

Please sign in to comment.