Add template section to list OCPP commands supported (#129)
[e-mobility-charging-stations-simulator.git] / src / scripts / deleteChargingStations.js
index ca5875d383e650d418eed97651496a4ba74933d4..8d1d601a1a480b67c8c368912d4d2bf560a646aa 100755 (executable)
@@ -1,12 +1,13 @@
 #!/usr/bin/env node
 
-const MongoClient = require('mongodb');
 const fs = require('fs');
 
+const MongoClient = require('mongodb');
+
 // This script deletes charging stations
 // Filter charging stations by id pattern
 
-// Use Case: charging-stations-simulator creates thousands of charging stations, which are not longer needed.
+// Use Case: e-mobility-charging-stations-simulator creates thousands of charging stations, which are not longer needed.
 // Delete these charging stations all at once
 
 // Config