From 91ba9af3eeddbfc489c6f563d8a73b43867aa18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Fri, 1 Dec 2023 12:12:12 +0100 Subject: [PATCH] Constructor fix --- extension.js | 1 - 1 file changed, 1 deletion(-) diff --git a/extension.js b/extension.js index d980836..818515e 100644 --- a/extension.js +++ b/extension.js @@ -802,7 +802,6 @@ class GenericMonitorDBUS { export default class GenericMonitorExtension { constructor(...args) { - super(...args); this.textDBusService = null; }