Skip to content

Commit

Permalink
feat: ✨ add new catalog sources
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Mar 20, 2024
1 parent 3ea6142 commit 9dd4160
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/enums/CatalogSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ export enum CatalogSource {
USSF = 'USSF',
CELESTRAK = 'Celestrak',
UNIV_OF_MICH = 'University of Michigan',
CALPOLY = 'CalPoly',
NUSPACE = 'NuSpace',
VIMPEL = 'JSC Vimpel',
TLE_TXT = 'TLE.txt',
EXTRA_JSON = 'extra.json',
EXTRA_JSON = 'extra.json'
}

0 comments on commit 9dd4160

Please sign in to comment.