aboutsummaryrefslogtreecommitdiff
path: root/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'index.ts')
-rw-r--r--index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.ts b/index.ts
index b85e13f..ece061d 100644
--- a/index.ts
+++ b/index.ts
@@ -4,4 +4,4 @@ import BekenBridge from './plugin';
module.exports = (api: API) => {
api.registerAccessory('BekenBridge', BekenBridge);
-}
+};