Unit tests
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user