Quellcode durchsuchen

docs: Remove misleading line on VendureEntityEvent

Michael Bromley vor 2 Jahren
Ursprung
Commit
8d8ae8dd8c
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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
  * 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`
  *
  * @docsCategory events