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

Commit

Permalink
fix: add data for Aleen Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 15, 2021
1 parent f939fc9 commit b6d5eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/planets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ export default new GraphQLCollection<string, StarWarsApi.Planet>([
[
'aleenminor',
{
climate: null,
climate: ['harsh'],
diameter: null,
films: [],
gravity: null,
Expand All @@ -615,7 +615,7 @@ export default new GraphQLCollection<string, StarWarsApi.Planet>([
residents: ['rattstyerel'],
rotationPeriod: null,
surfaceWater: null,
terrains: null
terrains: ['lush']
}
],
[
Expand Down

0 comments on commit b6d5eda

Please sign in to comment.