add user module and jwt

This commit is contained in:
liuyi 2025-06-23 08:35:24 +08:00
parent afe44ab68a
commit e67711c2fe
2 changed files with 2 additions and 2 deletions

View File

@ -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,
) {

View File

@ -1 +1 @@
export * from './UserSubscriber';
export * from './user.subscriber';