Fix json parsing
This commit is contained in:
@@ -53,7 +53,7 @@ module Micropub
|
|||||||
|
|
||||||
new_params = if req_type == :json
|
new_params = if req_type == :json
|
||||||
content = if params[:properties][:content]
|
content = if params[:properties][:content]
|
||||||
if params[:properties][:content].is_a?(Hash) && params[:properties][:content][:html]
|
if params[:properties][:content].is_a?(Array) && params[:properties][:content].first[:html]
|
||||||
params[:properties][:content][:html]
|
params[:properties][:content][:html]
|
||||||
else
|
else
|
||||||
params[:properties][:content].first&.tr("\n", " ")
|
params[:properties][:content].first&.tr("\n", " ")
|
||||||
|
Reference in New Issue
Block a user