Skip to content
Prev Previous commit
Next Next commit
allowing image list data to be passed through
  • Loading branch information
loiswells97 committed Jun 11, 2025
commit d9cd0e79f83409328724b3fbe53b9719dfbaf978
2 changes: 1 addition & 1 deletion app/controllers/api/projects/remixes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def remix_params
:videos,
:audio,
:instructions,
image_list: [],
image_list: %i[filename url content],
components: %i[id name extension content index])
end
end
Expand Down