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

Commit

Permalink
fix: fixed homeworlds for some species
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 15, 2021
1 parent b6d5eda commit f139159
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/assets/species.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default new GraphQLCollection<string, StarWarsApi.Species>([
eyeColors: ['yellow', 'red'],
films: [4, 6],
hairColors: null,
homeworld: 'nal hutta',
homeworld: 'nalhutta',
language: 'Huttese',
name: 'Hutt',
people: ['jabbadesilijictiure'],
Expand All @@ -98,7 +98,7 @@ export default new GraphQLCollection<string, StarWarsApi.Species>([
eyeColors: ['brown', 'green', 'yellow'],
films: [5, 6, 1, 2, 3],
hairColors: ['brown', 'white'],
homeworld: 'unknown',
homeworld: null,
language: 'Galactic basic',
name: "Yoda's species",
people: ['yoda'],
Expand Down Expand Up @@ -132,7 +132,7 @@ export default new GraphQLCollection<string, StarWarsApi.Species>([
eyeColors: ['yellow'],
films: [6],
hairColors: ['none'],
homeworld: 'mon cala',
homeworld: 'moncala',
language: 'Mon Calamarian',
name: 'Mon Calamari',
people: ['ackbar'],
Expand Down Expand Up @@ -183,7 +183,7 @@ export default new GraphQLCollection<string, StarWarsApi.Species>([
eyeColors: ['red', 'pink'],
films: [1],
hairColors: ['none'],
homeworld: 'cato neimoidia',
homeworld: 'catoneimoidia',
language: 'Neimoidia',
name: 'Neimodian',
people: ['nutegunray'],
Expand Down Expand Up @@ -268,7 +268,7 @@ export default new GraphQLCollection<string, StarWarsApi.Species>([
eyeColors: null,
films: [1],
hairColors: ['none'],
homeworld: 'aleen minor',
homeworld: 'aleenminor',
language: 'Aleena',
name: 'Aleena',
people: ['rattstyerel'],
Expand Down Expand Up @@ -353,7 +353,7 @@ export default new GraphQLCollection<string, StarWarsApi.Species>([
eyeColors: ['black'],
films: [1],
hairColors: ['none'],
homeworld: 'glee anselm',
homeworld: 'gleeanselm',
language: 'Nautila',
name: 'Nautolan',
people: ['kitfisto'],
Expand Down Expand Up @@ -386,7 +386,7 @@ export default new GraphQLCollection<string, StarWarsApi.Species>([
designation: 'sentient',
eyeColors: ['blue', 'indigo'],
films: [1, 3],
hairColors: ['unknown'],
hairColors: null,
homeworld: 'tholoth',
language: null,
name: 'Tholothian',
Expand Down

0 comments on commit f139159

Please sign in to comment.