From 0982f81dba63b92b93787ab8d713053cc3b36198 Mon Sep 17 00:00:00 2001 From: Sofiane Draris Date: Mon, 22 Sep 2025 22:53:52 +0200 Subject: [PATCH] starting logout --- src/routes/auth/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/auth/auth.service.ts b/src/routes/auth/auth.service.ts index 3caaf76..73b14e2 100644 --- a/src/routes/auth/auth.service.ts +++ b/src/routes/auth/auth.service.ts @@ -132,5 +132,5 @@ export class AuthService { async logout(userId: string) { // Pour une implémentation simple, on ne fait rien ici. - + } }