Commit c8f25c5626bbd907524e9e30eece89596d6e52bb

Authored by Adhidarma Hadiwinoto
1 parent 41a511b3c3
Exists in master

tidak init antiSameDayDupe saat init partner

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

... ... @@ -50,7 +50,7 @@ function start(options) {
50 50 });
51 51  
52 52 taskHistory.init(options);
53   - antiSameDayDupe.init(options);
  53 + //antiSameDayDupe.init(options);
54 54  
55 55 createReverseHttpServer();
56 56 }