Merge remote-tracking branch 'upstream/pull/5384'

This commit is contained in:
Tom Hughes 2024-12-08 10:47:43 +00:00
commit d9e047f189

View file

@ -48,8 +48,6 @@ module Api
end end
def update def update
logger.debug request.raw_post
relation = Relation.find(params[:id]) relation = Relation.find(params[:id])
new_relation = Relation.from_xml(request.raw_post) new_relation = Relation.from_xml(request.raw_post)