forked from profectus/Profectus
Ooops
This commit is contained in:
parent
b5e7e77a2a
commit
6cff4eca82
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ export function createUpgrade<T extends UpgradeOptions>(
|
||||||
processComputable(upgrade as T, "mark");
|
processComputable(upgrade as T, "mark");
|
||||||
|
|
||||||
for (const decorator of decorators) {
|
for (const decorator of decorators) {
|
||||||
decorator.preConstruct?.(upgrade);
|
decorator.postConstruct?.(upgrade);
|
||||||
}
|
}
|
||||||
|
|
||||||
const decoratedProps = decorators.reduce(
|
const decoratedProps = decorators.reduce(
|
||||||
|
|
Loading…
Reference in a new issue