Skip to content

Commit

Permalink
chore: pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mradigen committed Jan 27, 2024
1 parent b642fb5 commit ba630ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pwncore/routes/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pwncore.config import config
from pwncore.models import Team, User, Team_Pydantic, User_Pydantic, Container
from pwncore.routes.auth import RequireJwt
from pwncore.routes.leaderboard import gcache
# from pwncore.routes.leaderboard import gcache

# Metadata at the top for instant accessibility
metadata = {"name": "team", "description": "Operations with teams"}
Expand Down

0 comments on commit ba630ef

Please sign in to comment.