mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
Fix check
This commit is contained in:
@@ -570,7 +570,7 @@ export class AppointmentService {
|
||||
iv: string;
|
||||
authTag: string;
|
||||
};
|
||||
incomingTunnelId: string;
|
||||
incomingTunnelId?: string;
|
||||
},
|
||||
staffCreated = false,
|
||||
): Promise<AppointmentResponse> {
|
||||
|
||||
@@ -333,6 +333,7 @@ export const POST: RequestHandler = async ({ params, request, locals }) => {
|
||||
clientEmail: validatedData.clientEmail || "",
|
||||
clientLanguage: validatedData.clientLanguage,
|
||||
encryptedAppointment: validatedData.encryptedAppointment,
|
||||
incomingTunnelId: validatedData.tunnelId,
|
||||
};
|
||||
|
||||
result = await appointmentService.addAppointmentToTunnel(appointmentData, true);
|
||||
|
||||
Reference in New Issue
Block a user