We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957fc16 commit 51e55f2Copy full SHA for 51e55f2
1 file changed
src/utils/groupHandler.ts
@@ -22,7 +22,7 @@ async function handleGroupRequest(group: string, lastFetchedHeader: number, form
22
23
if (!tle) {
24
log.debug(`No cached GP data for group "${group}", format "${format}". Fetching from Celestrak...`);
25
- tle = await tleFetcher(group);
+ tle = await tleFetcher(group, format);
26
timestamp = now;
27
kv.set(`${group}_${format}`, tle);
28
kv.set(`${group}_timestamp_${format}`, timestamp);
0 commit comments