Fix: studio works again

This commit is contained in:
Pieter Vander Vennet 2025-02-08 23:21:34 +01:00
parent 6260bc2897
commit 014282db94
3 changed files with 7 additions and 14 deletions

View file

@ -20,7 +20,7 @@ export default class StudioServer {
>
public isDirect: boolean
constructor(url: string, userId: Store<number | undefined>, isDirect: boolean) {
constructor(url: string, userId: Store<number | undefined>) {
this.url = url
this._userId = userId
this.overview = UIEventSource.FromPromiseWithErr(this.fetchOverviewRaw())