Skip to content

Commit

Permalink
feat(cluster): integrate 42 urduliz campus
Browse files Browse the repository at this point in the history
  • Loading branch information
sacorder committed Oct 12, 2023
1 parent 9c6c9f0 commit 56b58a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/ui/src/lib/clustersMap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Campuses: {
lausanne: new Lausanne(),
madrid: new Madrid(),
malaga: new Malaga(),
urduliz: new Urduliz(),
urduliz: new Urduliz(),
paris: new Paris(),
mulhouse: new Mulhouse(),
seoul: new Seoul(),
Expand Down
2 changes: 1 addition & 1 deletion web/ui/src/lib/clustersMap/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type CampusNames =
| 'helsinki'
| 'madrid'
| 'malaga'
| 'urduliz'
| 'urduliz'
| 'vienna'
| 'seoul'
| 'lausanne'
Expand Down

0 comments on commit 56b58a8

Please sign in to comment.