Skip to content

Commit 3217239

Browse files
author
Sashko Stubailo
committed
Fix starship ref
1 parent 208a5cd commit 3217239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/docs/_swapiSchema.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const humans = [
165165
appearsIn: [ 'NEWHOPE', 'EMPIRE', 'JEDI' ],
166166
height: 1.72,
167167
mass: 77,
168-
starships: [ '12', '22' ], // XXX
168+
starships: [ '3001', '3003' ],
169169
},
170170
{
171171
id: '1001',
@@ -174,7 +174,7 @@ const humans = [
174174
appearsIn: [ 'NEWHOPE', 'EMPIRE', 'JEDI' ],
175175
height: 2.02,
176176
mass: 136,
177-
starships: [ '13' ], // XXX
177+
starships: [ '3002' ],
178178
},
179179
{
180180
id: '1002',
@@ -183,7 +183,7 @@ const humans = [
183183
appearsIn: [ 'NEWHOPE', 'EMPIRE', 'JEDI' ],
184184
height: 1.8,
185185
mass: 80,
186-
starships: [ '10', '22' ], // XXX
186+
starships: [ '3000', '3003' ],
187187
},
188188
{
189189
id: '1003',

0 commit comments

Comments
 (0)