Skip to content

Commit

Permalink
feat: 🎸 add case.original_date attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lealfp committed Aug 14, 2020
1 parent 28fcdb6 commit ba738dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adonisjs/app/Controllers/Http/v1/CaseController.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class CaseController {
c.domain = request.input('domain')
c.specialty = request.input('specialty')
c.keywords = request.input('keywords')
c.original_date = request.input('original_date')
c.original_date = request.input('originalDate')

let cv = new CaseVersion()
cv.source = request.input('source')
Expand Down

0 comments on commit ba738dd

Please sign in to comment.