Skip to content

Commit

Permalink
Update src/lib/public/board/data/index.ts
Browse files Browse the repository at this point in the history
Resolves <#754 (comment)>.
  • Loading branch information
EthanThatOneKid committed Jan 18, 2023
1 parent 1e0182d commit e3ec3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/public/board/data/index.ts
Expand Up @@ -17,7 +17,7 @@ export const TEAMS = [...TEAMS_JSON].reduce(
tt[t.id] = t;
return tt;
},
{} as Record<keyof typeof TEAMS_JSON[number], Team>
{}
);

/** Pinned paths are featured on the landing page. */
Expand Down

0 comments on commit e3ec3b3

Please sign in to comment.