ctrlplusb / react-jobs

Asynchronously resolve data for your components, with support for server side rendering.
MIT License
166 stars 34 forks source link

fixed fire job twice in server side. #20

Closed cowwen closed 7 years ago

cowwen commented 7 years ago

Hi @ctrlplusb, I committed for fixing the issue #18.

Hope it will be helpful.

codecov-io commented 7 years ago

Codecov Report

Merging #20 into master will not impact coverage.

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   98.03%   98.03%           
=======================================
  Files          11       11           
  Lines         153      153           
=======================================
  Hits          150      150           
  Misses          3        3
Impacted Files Coverage Δ
src/ssr/runJobs.js 100% <100%> (ø) :white_check_mark:

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 6a6bc7f...5a2454d. Read the comment docs.

ctrlplusb commented 7 years ago

Thanks @cowwen!