Commit 441c4cc13be2d35d7d5c7519bd083b98fff1f851

Authored by Adhidarma Hadiwinoto
1 parent 5847965e39
Exists in master

rc-from-msg

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

... ... @@ -13,7 +13,6 @@ function run(msg, rules) {
13 13 if (msg.search(re) > 0) {
14 14 return rule.rc || rule.result;
15 15 }
16   -
17 16 }
18 17 }
19 18