Skip to content

Commit

Permalink
finally fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Sep 11, 2023
1 parent b54c0d0 commit b8714d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/alegre_webhooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def webhook(request)
# "data": data,
# })
pm = ProjectMedia.find(request.params["data"]["requested"]["body"]["context"]["project_media_id"])
get_similar_items(pm)
relate_project_media_to_similar_items(pm)
end
end
end

0 comments on commit b8714d8

Please sign in to comment.