Skip to content

Commit

Permalink
Chore(ts-ocpp): removes useless constant definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Luiz committed Sep 16, 2024
1 parent f7978b5 commit 3b626af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ws/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export const OCPP_1_6 = 'ocpp1.6';
export const SUPPORTED_PROTOCOLS = [OCPP_1_6];
export const CONCURRENT_CONNECTION_TERMINATED_CODE = 4500;

0 comments on commit 3b626af

Please sign in to comment.