JKHeadley / rest-hapi

🚀 A RESTful API generator for Node.js
https://resthapi.com
MIT License
1.19k stars 152 forks source link

audit-log.model.js TTL #205

Closed hilanmiao closed 4 years ago

hilanmiao commented 5 years ago

ttl indexes require the expireAfterSeconds field to be numeric but received a type of null

codecov[bot] commented 5 years ago

Codecov Report

Merging #205 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #205      +/-   ##
==========================================
+ Coverage   94.46%   94.46%   +<.01%     
==========================================
  Files          55       55              
  Lines       11919    11922       +3     
==========================================
+ Hits        11259    11262       +3     
  Misses        660      660
Impacted Files Coverage Δ
tests/e2e/audit-log.tests.js 100% <ø> (ø) :arrow_up:
models/audit-log.model.js 92.85% <100%> (+1.94%) :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 d8a81c5...dde4d35. Read the comment docs.

JKHeadley commented 4 years ago

@hilanmiao thanks for this fix! Sorry for the delay.

JKHeadley commented 4 years ago

@hilanmiao thanks for this fix! Sorry for the delay.