Skip to content

Commit f1d9768

Browse files
authored
fix(Component): changes revert
1 parent b201cf0 commit f1d9768

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/structures/Component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export class Component {
9191
this.run = options.run || Component.defaults?.run;
9292
this.onError = options.onError || Component.defaults?.onError;
9393
this.autoDefer = options.autoDefer || Component.defaults?.autoDefer;
94-
this.options = this;
9594

9695
Components.register(this);
9796
})

0 commit comments

Comments
 (0)