We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321b4ac commit 99a625fCopy full SHA for 99a625f
1 file changed
src/config.ts
@@ -25,7 +25,7 @@ const captainPickOrder = [
25
1, 2, 3, 4, 5, 6, 7, // pick 3
26
];
27
28
-const playerPool: Player[
+const playerPool: Player = [
29
{ "name": "AHemlocksLie", "cc": "US" },
30
{ "name": "andeh", "cc": "SE" },
31
{ "name": "Baresi", "cc": "NO" },
0 commit comments