mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 02:15:21 +00:00
Refactor email sending method name to improve clarity
This commit is contained in:
@ -19,7 +19,7 @@ export class EmailService {
|
||||
};
|
||||
}
|
||||
|
||||
async sendOTPEmail(
|
||||
async sendEmail(
|
||||
email: string,
|
||||
subject: string,
|
||||
message: string,
|
||||
|
Reference in New Issue
Block a user