Skip to content

Commit

Permalink
Merge pull request fhirbase#153 from vickysam/master
Browse files Browse the repository at this point in the history
Fix Bug : fhirbase#152 - Wrong response for conflict on update
  • Loading branch information
niquola authored Sep 8, 2016
2 parents 0022a83 + ee800e5 commit 2b1b712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fhir/outcome.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ exports.conflict = (msg)->
issue: [
{
severity: 'error'
code: '409'
code: 'conflict'
diagnostics: msg
extension: [{url: 'http-status-code', valueString: '409'}]
}
Expand Down

0 comments on commit 2b1b712

Please sign in to comment.