mirror of
https://github.com/hexastack/hexabot
synced 2025-05-09 15:10:57 +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,
|
private readonly userService: UserService,
|
||||||
public readonly i18n: I18nService,
|
public readonly i18n: I18nService,
|
||||||
public readonly languageService: LanguageService,
|
public readonly languageService: LanguageService,
|
||||||
@Optional() private readonly mailerService: MailerService,
|
@Optional() private readonly mailerService?: MailerService,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
public readonly jwtSignOptions: JwtSignOptions = {
|
public readonly jwtSignOptions: JwtSignOptions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user