Add missing break
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 20 Sep 2022 18:24:47 +0000 (20:24 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 20 Sep 2022 18:24:47 +0000 (20:24 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ChargingStation.ts

index ed876d10294e00d71ba2f586531632dfcf76de54..d3c33fc3a3f8936cf0c2a039599f30bbcb523416 100644 (file)
@@ -1582,6 +1582,7 @@ export default class ChargingStation {
             // Remove the request from the cache in case of error at response handling
             this.requests.delete(messageId);
           }
+          break;
       }
     }
   }