]> git.digitality.be Git - pdw25-26/commitdiff
fix faute de frappe
authorSteph Ponzo <ponzo.stephane2@gmail.com>
Fri, 27 Feb 2026 10:46:03 +0000 (11:46 +0100)
committerSteph Ponzo <ponzo.stephane2@gmail.com>
Fri, 27 Feb 2026 10:46:03 +0000 (11:46 +0100)
Wallette/server/modules/alerts/server.js

index adb7e2997555afa86e36e502571140260033a66f..572915fb80182dbf559b9a6d2244b0b36fe1e2e8 100644 (file)
@@ -2,7 +2,6 @@
 // ALERTS SERVICE - Serveur standalone
 // =========================================================
 // Ce fichier est le point d'entrĂ©e du micro-service Alerts.
-
 //
 // USAGE : node server.js   (depuis Wallette/server/)
 // PORT  : process.env.ALERTS_PORT || 3003
@@ -21,7 +20,7 @@ const __dirname = path.dirname(__filename);
 dotenv.config({ path: path.resolve(__dirname, '../../.env') });
 
 // =========================================================
-// IMPORTS DU MODULE ALERTS (AUCUNE MODIFICATION)
+// IMPORTS DU MODULE ALERTS
 // =========================================================
 import db from '../../config/db.js';
 import { createMySQLAdapter } from './adapters/mysql.adapter.js';