Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
weird94 committed Jan 2, 2025
1 parent b35c441 commit 740c4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/facade/f-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ export class FEventName extends FBase {
return instance;
}

static get UnitCreated() {
get UnitCreated() {
return 'UnitCreated' as const;
}

static get LifeCycleChanged() {
get LifeCycleChanged() {
return 'LifeCycleChanged' as const;
}
}
Expand Down

0 comments on commit 740c4b5

Please sign in to comment.