Skip to content

Commit b1255f1

Browse files
committed
revised hash in falcon9 due to errors being thrown
1 parent 1f19330 commit b1255f1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

data/falcon9.rb

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
lb: 1207920
2222
},
2323
payload_weights: {
24-
{
25-
id: 'leo',
26-
name: 'low earth orbit',
27-
kg: 22800,
28-
lb: 50265
29-
},
30-
{
31-
id: 'gto',
32-
name: 'geosynchronous transfer orbit',
33-
kg: 8300,
34-
lb: 18300
35-
},
36-
{
37-
id: 'mars',
38-
name: 'mars orbit',
39-
kg: 4020,
40-
lb: 8860
41-
}
24+
leo: {
25+
id: 'leo',
26+
name: 'low earth orbit',
27+
kg: 22800,
28+
lb: 50265
29+
},
30+
gto: {
31+
id: 'gto',
32+
name: 'geosynchronous transfer orbit',
33+
kg: 8300,
34+
lb: 18300
35+
},
36+
mars: {
37+
id: 'mars',
38+
name: 'mars orbit',
39+
kg: 4020,
40+
lb: 8860
41+
}
4242
},
4343
first_stage: {
4444
reusable: true,

0 commit comments

Comments
 (0)