Skip to content

Commit

Permalink
Update button.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimovchik committed Jul 9, 2024
1 parent c536e01 commit 3c7d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services_backend/routes/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_buttons(
if user_scopes.issuperset(button.required_scopes):
to_add["link"] = button.link
result["buttons"].append(to_add)

return result


Expand Down

0 comments on commit 3c7d24a

Please sign in to comment.