Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
fix: fixed more badly parsed names
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 9, 2021
1 parent 2dc145b commit 9d9f7ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions src/assets/films.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ export default new GraphQLCollection<number, StarWarsApi.Film>([
'quigonjinn',
'nutegunray',
'finisvalorum',
'padm├®amidala',
'padmeamidala',
'jarjarbinks',
'roostarpals',
'rugornass',
'ricoli├®',
'ricolie',
'watto',
'sebulba',
'quarshpanaka',
Expand Down Expand Up @@ -314,7 +314,7 @@ export default new GraphQLCollection<number, StarWarsApi.Film>([
'palpatine',
'bobafett',
'nutegunray',
'padm├®amidala',
'padmeamidala',
'jarjarbinks',
'watto',
'shmiskywalker',
Expand All @@ -325,12 +325,12 @@ export default new GraphQLCollection<number, StarWarsApi.Film>([
'plokoon',
'masamedda',
'gregartypho',
'cord├®',
'corde',
'cliegglars',
'pogglethelesser',
'luminaraunduli',
'barrissoffee',
'dorm├®',
'dorme',
'dooku',
'bailprestororgana',
'jangofett',
Expand Down Expand Up @@ -431,7 +431,7 @@ export default new GraphQLCollection<number, StarWarsApi.Film>([
'yoda',
'palpatine',
'nutegunray',
'padm├®amidala',
'padmeamidala',
'aylasecura',
'macewindu',
'kiadimundi',
Expand Down
8 changes: 4 additions & 4 deletions src/assets/planets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ export default new GraphQLCollection<string, StarWarsApi.Planet>([
residents: [
'r2d2',
'palpatine',
'padm├®amidala',
'padmeamidala',
'jarjarbinks',
'roostarpals',
'rugornass',
'ricoli├®',
'ricolie',
'quarshpanaka',
'gregartypho',
'cord├®',
'dorm├®'
'corde',
'dorme'
],
rotationPeriod: '26',
surfaceWater: '12',
Expand Down
8 changes: 4 additions & 4 deletions src/assets/starships.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export default new GraphQLCollection<string, StarWarsApi.Starship>([
model: 'N-1 starfighter',
name: 'Naboo fighter',
passengers: 0,
pilots: ['anakinskywalker', 'padm├®amidala', 'gregartypho'],
pilots: ['anakinskywalker', 'padmeamidala', 'gregartypho'],
starshipClass: 'Starfighter'
}
],
Expand All @@ -399,7 +399,7 @@ export default new GraphQLCollection<string, StarWarsApi.Starship>([
model: 'J-type 327 Nubian royal starship',
name: 'Naboo Royal Starship',
passengers: null,
pilots: ['ricoli├®'],
pilots: ['ricolie'],
starshipClass: 'yacht'
}
],
Expand Down Expand Up @@ -499,7 +499,7 @@ export default new GraphQLCollection<string, StarWarsApi.Starship>([
model: 'H-type Nubian yacht',
name: 'H-type Nubian yacht',
passengers: null,
pilots: ['padm├®amidala'],
pilots: ['padmeamidala'],
starshipClass: 'yacht'
}
],
Expand Down Expand Up @@ -619,7 +619,7 @@ export default new GraphQLCollection<string, StarWarsApi.Starship>([
model: 'J-type star skiff',
name: 'Naboo star skiff',
passengers: 3,
pilots: ['obiwankenobi', 'padm├®amidala'],
pilots: ['obiwankenobi', 'padmeamidala'],
starshipClass: 'yacht'
}
],
Expand Down

0 comments on commit 9d9f7ad

Please sign in to comment.