add user module and jwt

This commit is contained in:
2025-06-23 08:35:24 +08:00
parent afe44ab68a
commit e67711c2fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -1 +1 @@
export * from './UserSubscriber'; export * from './user.subscriber';