Skip to content

Commit dabc167

Browse files
committed
Updated orbit script env variable
1 parent 80bcacc commit dabc167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/orbits.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function asyncForEach(array, callback) {
3434

3535
await request.post('https://www.space-track.org/ajaxauth/login', {
3636
form: {
37-
identity: process.env.USERNAME,
37+
identity: process.env.LOGIN,
3838
password: process.env.PASSWORD,
3939
},
4040
json: true,

0 commit comments

Comments
 (0)