From f2c1218855edda325f7ace3b6e291dc9f77d1fab Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 10 Mar 2023 02:23:53 +0000 Subject: [PATCH] Don't pass visible for creating ads --- core/clients/platform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/clients/platform.py b/core/clients/platform.py index 3b942dc..f448a87 100644 --- a/core/clients/platform.py +++ b/core/clients/platform.py @@ -670,7 +670,6 @@ class LocalPlatformClient(ABC): provider, payment_details=account_info[currency], ad=ad, - visible=ad.visible, ) # Bail on first error, let's not continue if rtrn is False: