Commit b298f0f1db37e57ce1b6556545ff6a9f3540e8e9
1 parent
883fdb1028
Exists in
master
typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-trugee.js
... | ... | @@ -147,7 +147,7 @@ function createServer() { |
147 | 147 | message = 'SN=' + qs.sn + ';' + message; |
148 | 148 | } |
149 | 149 | |
150 | - if (respose_code == '40') { | |
150 | + if (response_code == '40') { | |
151 | 151 | var new_response_code = responseCodeFromMessage(message); |
152 | 152 | if (new_response_code) { |
153 | 153 | response_code = new_response_code; |