mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
fix: make mailerService optional
This commit is contained in:
parent
5bb4668a01
commit
869d7d167d
@ -36,7 +36,7 @@ export class PasswordResetService {
|
||||
private readonly userService: UserService,
|
||||
public readonly i18n: I18nService,
|
||||
public readonly languageService: LanguageService,
|
||||
@Optional() private readonly mailerService: MailerService,
|
||||
@Optional() private readonly mailerService?: MailerService,
|
||||
) {}
|
||||
|
||||
public readonly jwtSignOptions: JwtSignOptions = {
|
||||
|
Loading…
Reference in New Issue
Block a user