Skip to content

Commit

Permalink
update LanguageCode (#8872)
Browse files Browse the repository at this point in the history
Co-authored-by: zh378814 <[email protected]>
  • Loading branch information
zhaohai666 and zh378814 authored Oct 29, 2024
1 parent ecb45bb commit a96a14f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public enum LanguageCode {
GO((byte) 9),
PHP((byte) 10),
OMS((byte) 11),
RUST((byte) 12);
RUST((byte) 12),
NODE_JS((byte) 13);

private byte code;

Expand Down

0 comments on commit a96a14f

Please sign in to comment.