feat: added patch promocode, promocode stat, user signup/signin, user profile get/patch, user feed

also bug fixes and improvements
This commit is contained in:
ITQ
2025-01-23 21:40:34 +03:00
parent 2c10be8cf2
commit b7d7334fe5
21 changed files with 565 additions and 98 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class PromocodeUniqueValidator(BaseValidator):
def __call__(self, promocodes: list) -> None:
if not isinstance(promocodes, list):
err = "unque promocodes must be a list"
err = "unique promocodes must be a list"
raise ValidationError(err)
if not (