chore: 更新 auth 依赖。

This commit is contained in:
Ivan
2021-07-22 10:38:55 +08:00
parent 6de2f85b24
commit 6f6018501b
5 changed files with 18 additions and 12 deletions

View File

@@ -6,6 +6,6 @@ import { AuthModule } from '@nestjs-lib/auth';
@Module({
imports: [PubSubModule, AuthModule],
providers: [PasswordConverter],
exports: [PasswordConverter],
exports: [PasswordConverter, AuthModule],
})
export class CommonsModule {}