mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-11 10:27:01 +02:00
refactor: remove type email
This commit is contained in:
@@ -19,7 +19,7 @@ export class EmailService {
|
||||
},
|
||||
});
|
||||
|
||||
if (!this.config.get("emailRecepientsEnabled"))
|
||||
if (!this.config.get("ENABLE_EMAIL_RECIPIENTS"))
|
||||
throw new InternalServerErrorException("Email service disabled");
|
||||
|
||||
const shareUrl = `${this.config.get("APP_URL")}/share/${shareId}`;
|
||||
|
||||
Reference in New Issue
Block a user