Commit bc69876a82c72a88d9c2b6e964664e35642f977d
1 parent
fe3eb4f077
Exists in
master
missing semi colon
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
gentong.js
... | ... | @@ -159,7 +159,7 @@ function parseSN(message, _config) { |
159 | 159 | |
160 | 160 | var match_index = 0; |
161 | 161 | if (_config.h2h_out.sn_match_index) { |
162 | - match_index = Number(_config.h2h_out.sn_match_index) | |
162 | + match_index = Number(_config.h2h_out.sn_match_index); | |
163 | 163 | } |
164 | 164 | |
165 | 165 | var sn = sn_match[match_index]; |