Skip to content

Commit

Permalink
Update service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ohld committed Jun 7, 2024
1 parent 7b24d3d commit e3b2c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flows/rewards/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ async def get_all_uploaded_memes_weerly_ru() -> list[dict[str, Any]]:
select_statement = """
SELECT
M.id meme_id,
M.status,
M.telegram_file_id,
S.added_by AS author_id,
U.nickname,
Expand Down

0 comments on commit e3b2c57

Please sign in to comment.