mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
Fix js docs
This commit is contained in:
@@ -545,10 +545,8 @@ export async function sendAppointmentCancelledEmail(
|
||||
|
||||
/**
|
||||
* Send notification email
|
||||
* @param {SelectClient | SelectUser} user - Database user object or client data
|
||||
* @param {SelectTenant} tenant - Tenant information for branding
|
||||
* @param {SelectAppointment} appointment - Cancelled appointment details
|
||||
* @param {string} [channelTitle] - Optional channel title/name
|
||||
* @param {SelectUser} user - Database user object or client data
|
||||
* @param {{ domain: string; longName: string }} tenant - Tenant information for branding
|
||||
* @throws {Error} When email sending fails
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user