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