fix error from yet-to-be implemented feature
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m4s
Some checks failed
Build and Push Docker Image / build (push) Failing after 7m4s
This commit is contained in:
parent
50f7a62cd4
commit
ff30e31cf1
@ -302,7 +302,7 @@ class Subscription(DjangoDataModel):
|
||||
published_threshold: datetime
|
||||
active: bool
|
||||
channels_count: int
|
||||
unique_content_rules: list
|
||||
unique_content_rules: list | None
|
||||
|
||||
@staticmethod
|
||||
def parser(item: dict) -> dict:
|
||||
|
Loading…
x
Reference in New Issue
Block a user