Skip to content

Commit f103ee5

Browse files
committed
Fix Island Schema Game enum descriptions not matching online schema exactly
1 parent fc32111 commit f103ee5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mcc_api/island/enums.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,23 @@
108108
),
109109
"DYNABALL": GraphQLEnumValue(
110110
value="DYNABALL",
111-
description="Dynaball"
111+
description="Dynaball."
112112
),
113113
"HOLE_IN_THE_WALL": GraphQLEnumValue(
114114
value="HOLE_IN_THE_WALL",
115115
description="Hole in the Wall."
116116
),
117117
"PARKOUR_WARRIOR": GraphQLEnumValue(
118118
value="PARKOUR_WARRIOR",
119-
description="Parkour Warrior"
119+
description="Parkour Warrior."
120120
),
121121
"ROCKET_SPLEEF": GraphQLEnumValue(
122122
value="ROCKET_SPLEEF",
123-
description="Rocket Spleef"
123+
description="Rocket Spleef."
124124
),
125125
"SKY_BATTLE": GraphQLEnumValue(
126126
value="SKY_BATTLE",
127-
description="Sky Battle"
127+
description="Sky Battle."
128128
),
129129
"TGTTOS": GraphQLEnumValue(
130130
value="TGTTOS",

0 commit comments

Comments
 (0)