Commit 6f71c03c032c19209747fa5c127c3a7d42ce4b60

Authored by Adhidarma Hadiwinoto
1 parent 7b6868ce38
Exists in master

Perbaikan direction pada message counter

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

lib/messages-archive.js
... ... @@ -49,7 +49,7 @@ function incrementCounter(origin, direction) {
49 49 function insert(params, direction) {
50 50 incrementCounter(
51 51 params.origin_label || params.origin,
52   - params.direction
  52 + direction
53 53 );
54 54  
55 55 if (!db.pool) return;