Skip to content

Commit 1b517a3

Browse files
committed
fix(theatre): use studio to initialize
1 parent 75db7f1 commit 1b517a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libs/theatre/src/lib/studio/studio.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class TheatreStudio {
1515
studio = this.Studio.asReadonly();
1616

1717
constructor() {
18-
this.Studio().initialize();
18+
Studio.initialize();
1919

2020
effect((onCleanup) => {
2121
const [enabled, studio] = [this.enabled(), this.Studio()];

0 commit comments

Comments
 (0)