Commit 7b8ff0436c5a7b48fc5bbd9c12f635f5a24a49f6
1 parent
b0392b1e8a
Exists in
master
Fix blaxklist
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/apiserver/handler/on-received.js
... | ... | @@ -32,7 +32,7 @@ module.exports = (req, res) => { |
32 | 32 | |
33 | 33 | const msgUpperCased = (msg || '').toUpperCase(); |
34 | 34 | if ( |
35 | - (msgUpperCased.indexOf('TRANSAKSI KE NOMOR') >= 0) | |
35 | + (msgUpperCased.indexOf('TRANSAKSI KE NOMOR') === 0) | |
36 | 36 | && (msisdn.search(/\+*62/) !== 0) |
37 | 37 | ) { |
38 | 38 | logger.verbose('ON-RECEIVED 5486D373: Skip invalid message', { |