Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.21k stars 333 forks source link

fix(dialogflow): use for await instead of promise.all #851

Closed chentsulin closed 4 years ago

chentsulin commented 4 years ago

use for await instead of promise.all

fix #844

codecov-commenter commented 4 years ago

Codecov Report

Merging #851 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #851   +/-   ##
=======================================
  Coverage   83.23%   83.23%           
=======================================
  Files         108      108           
  Lines        5647     5647           
  Branches     1367     1422   +55     
=======================================
  Hits         4700     4700           
  Misses        924      924           
  Partials       23       23           
Impacted Files Coverage Δ
packages/bottender-dialogflow/src/index.ts 95.45% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5371c14...561e49a. Read the comment docs.