Skip to content
Snippets Groups Projects
Verified Commit 0af1cfa4 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Call super constructor

parent e9da3ff9
No related branches found
No related tags found
No related merge requests found
Pipeline #7284 passed
......@@ -18,6 +18,8 @@ import WidgetApi from 'matrix-widget-api';
class WidgetBackend extends BaseBackend {
constructor(widgetId, userId) {
super();
this.userId = userId;
this.api = new WidgetApi(widgetId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment