Skip to content

Commit

Permalink
Housekeeping for the latest TypeScript language update.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Nov 22, 2020
1 parent dec32b7 commit 63ff255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protect-accessory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export abstract class ProtectAccessory extends ProtectBase {

// All accessories require a configureDevice function. This is where all the
// accessory-specific configuration and setup happens.
protected abstract async configureDevice(): Promise<boolean>;
protected abstract configureDevice(): Promise<boolean>;

// Utility function to return the fully enumerated name of this camera.
public name(): string {
Expand Down

0 comments on commit 63ff255

Please sign in to comment.