You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 23:17:10 +00:00
feat: added promocode activation
also code reformatting and bug fixes
This commit is contained in:
@@ -39,6 +39,6 @@ def map_comment_to_schema(comment: PromocodeComment) -> schemas.CommentOut:
|
||||
author=schemas.CommentAuthor(
|
||||
name=comment.author.name,
|
||||
surname=comment.author.surname,
|
||||
avatar_url=comment.author.avatar_url
|
||||
)
|
||||
avatar_url=comment.author.avatar_url,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user