Skip to content

Commit

Permalink
chore: fix compile issue in GlowbuzzerStandaloneApp.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglingcats committed Oct 18, 2024
1 parent c55a799 commit dd3227e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/controls/src/app/GlowbuzzerStandaloneApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const GlowbuzzerStandaloneApp = ({
autoConnect: false,
statusReceived: false,
lastStatus: null,
retryCount: 0,
connect(url: string, autoConnect?: boolean) {
throw new Error("Not implemented")
},
Expand Down

0 comments on commit dd3227e

Please sign in to comment.