chore: clean up code formatting and remove unnecessary whitespace across multiple files for improved readability
This commit is contained in:
@@ -99,7 +99,12 @@ export async function updateSwotSession(
|
||||
}
|
||||
|
||||
// Emit event for real-time sync
|
||||
await sessionsService.createSessionEvent(sessionId, session.user.id, 'SESSION_UPDATED', updateData);
|
||||
await sessionsService.createSessionEvent(
|
||||
sessionId,
|
||||
session.user.id,
|
||||
'SESSION_UPDATED',
|
||||
updateData
|
||||
);
|
||||
|
||||
revalidatePath(`/sessions/${sessionId}`);
|
||||
revalidatePath('/sessions');
|
||||
@@ -130,4 +135,3 @@ export async function deleteSwotSession(sessionId: string) {
|
||||
return { success: false, error: 'Erreur lors de la suppression' };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user