Commit 516ab5ec235f0788885a82e7d82072123b11fcf3

Authored by Adhidarma Hadiwinoto
1 parent 1a964c117f
Exists in master

trx-center: tambah titik koma lagi

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

center/messaging/trx-center.js
... ... @@ -84,7 +84,7 @@ function parseCoreMessage(body) {
84 84 let coreRes;
85 85  
86 86 try {
87   - coreRes = JSON.parse(body)
  87 + coreRes = JSON.parse(body);
88 88 }
89 89 catch(err) {
90 90 logger.warn('Exception on parsing CORE response as JSON', {body: body, err: err});