add user module and jwt
This commit is contained in:
@@ -41,7 +41,7 @@ export abstract class BaseSubscriber<T extends ObjectLiteral>
|
||||
{
|
||||
protected abstract entity: ObjectType<T>;
|
||||
|
||||
protected constructor(
|
||||
constructor(
|
||||
@Optional() protected dataSource?: DataSource,
|
||||
@Optional() protected _configure?: Configure,
|
||||
) {
|
||||
|
||||
@@ -1 +1 @@
|
||||
export * from './UserSubscriber';
|
||||
export * from './user.subscriber';
|
||||
|
||||
Reference in New Issue
Block a user