@choiceform/os-client-core 2.1.68 → 2.1.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/infer.js CHANGED
@@ -222,7 +222,7 @@ const inferCommander = {
222
222
  this.successCount++;
223
223
  this.handleProgress('success');
224
224
  const count = data.data.result.answers.length;
225
- const time = data.data.result.cost_time;
225
+ const time = data.data.result.time_consuming;
226
226
  const avg = Math.round(time / count);
227
227
  console.log(time, count, avg); // eslint-disable-line
228
228
  const row = document.createElement('tr');