Azard / egg-oauth2-server

:star2: OAuth2 server plugin for egg.js based on node-oauth2-server
MIT License
179 stars 45 forks source link

add missing ctx in constructor #23

Closed ole3021 closed 6 years ago

ole3021 commented 6 years ago

Fix the missing ctx object in constructor method.

codecov-io commented 6 years ago

Codecov Report

Merging #23 into master will increase coverage by 0.23%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   79.31%   79.54%   +0.23%     
==========================================
  Files           3        3              
  Lines          87       88       +1     
==========================================
+ Hits           69       70       +1     
  Misses         18       18
Impacted Files Coverage Δ
lib/server.js 79.71% <100%> (+0.29%) :arrow_up:

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 b4c2fa7...4d745d6. Read the comment docs.