Skip to content
Snippets Groups Projects
Unverified Commit 88fc04d3 authored by Vyr Cossont's avatar Vyr Cossont Committed by GitHub
Browse files

Serialize status webhook events in REST API format (#24243)

parent 5b789823
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ class REST::Admin::WebhookEventSerializer < ActiveModel::Serializer
REST::Admin::AccountSerializer
when 'Report'
REST::Admin::ReportSerializer
when 'Status'
REST::StatusSerializer
else
super
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment