We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bcacc commit dabc167Copy full SHA for dabc167
scripts/orbits.js
@@ -34,7 +34,7 @@ async function asyncForEach(array, callback) {
34
35
await request.post('https://www.space-track.org/ajaxauth/login', {
36
form: {
37
- identity: process.env.USERNAME,
+ identity: process.env.LOGIN,
38
password: process.env.PASSWORD,
39
},
40
json: true,
0 commit comments