Commit e745b4ca343858ac18a9fa23e7ecbb84bd248aa0

Authored by Adhidarma Hadiwinoto
1 parent 2b202af43e
Exists in master

coba tangani putTaskToHistory

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

... ... @@ -322,7 +322,7 @@ function getTaskKey(task, chipInfo) {
322 322 chipInfo = config.globals.gateway_name;
323 323 }
324 324  
325   - return chipInfo + 'hitachi.rid:' + requestId;
  325 + return chipInfo + '.hitachi.rid:' + requestId;
326 326 }
327 327  
328 328