Commit a931e630f23784b4a80b75eb4451900d732a168b

Authored by Adhidarma Hadiwinoto
1 parent 335dd24382
Exists in master

typo fix

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -146,7 +146,7 @@ function prefixMessageWithSN(data) {
146 146 return 'SN=' + data['SN'].trim() + '; ' + data['MESSAGE'];
147 147 }
148 148 else if (config.h2h_out.parse_sn == 'YES') {
149   - return = 'SN=' + parseSN(data['MESSAGE']) + '; ' + data['MESSAGE'];
  149 + return 'SN=' + parseSN(data['MESSAGE']) + '; ' + data['MESSAGE'];
150 150 }
151 151 }
152 152