chore: refactored b2b endpoints

This commit is contained in:
ITQ
2025-01-23 22:52:02 +03:00
parent c27883b177
commit ead34fd867
2 changed files with 78 additions and 43 deletions
-1
View File
@@ -47,7 +47,6 @@ class PromocodeTarget(ModelSchema):
fields: ClassVar[list[str]] = [
PromocodeTarget.age_from.field.name,
PromocodeTarget.age_until.field.name,
PromocodeTarget.categories.field.name,
]