to trigger fireplace push
This commit is contained in:
Родитель
43369e25f1
Коммит
7c2fecb83e
|
@ -43,8 +43,7 @@ class BaseAbuseResource(PotatoCaptchaResource, CORSResource,
|
|||
bundle = self.full_hydrate(bundle)
|
||||
self.remove_potato(bundle)
|
||||
|
||||
report = AbuseReport.objects.create(**self.rename_fields(bundle))
|
||||
report.send()
|
||||
AbuseReport.objects.create(**self.rename_fields(bundle)).send()
|
||||
|
||||
return bundle
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче