Skip to content

Commit

Permalink
fix: klippy default state now not ready
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed Mar 21, 2021
1 parent 923b5a8 commit 81995af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/printer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const defaultState = (): PrinterState => {
speed: 0
},
webhooks: {
state: 'ready',
state: '',
state_message: ''
}
}
Expand Down

0 comments on commit 81995af

Please sign in to comment.