Browse Source

docs: Remove misleading line on VendureEntityEvent

Michael Bromley 2 years ago
parent
commit
8d8ae8dd8c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/core/src/event-bus/vendure-entity-event.ts

+ 0 - 1
packages/core/src/event-bus/vendure-entity-event.ts

@@ -5,7 +5,6 @@ import { VendureEvent } from './vendure-event';
 /**
 /**
  * @description
  * @description
  * The base class for all entity events used by the EventBus system.
  * The base class for all entity events used by the EventBus system.
- * * For event type `'updated'` the entity is the one before applying the patch (if not documented otherwise).
  * * For event type `'deleted'` the input will most likely be an `id: ID`
  * * For event type `'deleted'` the input will most likely be an `id: ID`
  *
  *
  * @docsCategory events
  * @docsCategory events