You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-23 00:27:12 +00:00
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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user