Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into feature/#207-test-cnab
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuo committed Mar 7, 2024
2 parents 9c6a0e6 + 6221404 commit aff489b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions ale.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
env-deploy
1
2 changes: 1 addition & 1 deletion src/cron-jobs/cron-jobs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,4 @@ export class CronJobsService implements OnModuleInit {
, METHOD));
}
}
}
}
4 changes: 4 additions & 0 deletions src/mail/interfaces/mail-data.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ export interface MailData<T = never> {
to: string | Address | Array<string | Address>;
data: T;
}

export interface MailDataMinimal {
to: string | Address | Array<string | Address>;
}

0 comments on commit aff489b

Please sign in to comment.