Unit tests

This commit is contained in:
Bastian Wagner
2026-02-27 11:03:35 +01:00
parent 5aa97cd8ea
commit f86c9c681a
15 changed files with 166 additions and 45 deletions

View File

@@ -19,7 +19,6 @@ export class LogService {
private async logEmail(data: EmailLogDto) {
const log = this.emailLogRepo.create(data);
console.log(log)
const logEntry = await this.emailLogRepo.save(log);
}