Skip to content

Commit ce498b9

Browse files
committed
rename tag
1 parent a44c2a6 commit ce498b9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"description": "All queries that were NOT contained in `queries.sp` for each table",
6363
},
6464
{
65-
"name": "Point Calculation",
65+
"name": "Points Calculation",
6666
"description": "Queries that are involved in **player points** calculation",
6767
},
6868
{

surftimer/ck_bonus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ def pr_bonusInfo(
992992
@router.get(
993993
"/surftimer/point_calc_countFinishedBonus",
994994
name="Count Finished Player Finished Bonuses",
995-
tags=["ck_bonus", "strays", "Point Calculation"],
995+
tags=["ck_bonus", "strays", "Points Calculation"],
996996
)
997997
def point_calc_countFinishedBonus(
998998
request: Request,

surftimer/ck_playerrank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def deleteWipePlayerRank(
721721
@router.get(
722722
"/surftimer/point_calc_playerRankName",
723723
name="Select Player Name",
724-
tags=["ck_playerrank", "strays", "Point Calculation"],
724+
tags=["ck_playerrank", "strays", "Points Calculation"],
725725
)
726726
async def point_calc_playerRankName(
727727
request: Request,

surftimer/points.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@router.get(
1010
"/surftimer/point_calc_finishedStages",
1111
name="Count Player Finished Stages",
12-
tags=["strays", "Point Calculation"],
12+
tags=["strays", "Points Calculation"],
1313
)
1414
def point_calc_finishedStages(
1515
request: Request,
@@ -50,7 +50,7 @@ def point_calc_finishedStages(
5050
@router.get(
5151
"/surftimer/point_calc_finishedMaps",
5252
name="Count Player Finished Maps",
53-
tags=["strays", "Point Calculation"],
53+
tags=["strays", "Points Calculation"],
5454
)
5555
def point_calc_finishedMaps(
5656
request: Request,

0 commit comments

Comments
 (0)