add base subscriber

This commit is contained in:
2025-06-04 22:50:04 +08:00
parent 4991b83641
commit a92ad374e1
4 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ type SubscriberEvent<T extends ObjectLiteral> =
@EventSubscriber()
export abstract class BaseSubscriber<T extends ObjectLiteral>
implements EntitySubscriberInterface<T>
implements EntitySubscriberInterface<T>
{
protected abstract entity: ObjectType<T>;