Skip to content

Commit 51e55f2

Browse files
committed
We want to fetch other formats too :/
1 parent 957fc16 commit 51e55f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/groupHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function handleGroupRequest(group: string, lastFetchedHeader: number, form
2222

2323
if (!tle) {
2424
log.debug(`No cached GP data for group "${group}", format "${format}". Fetching from Celestrak...`);
25-
tle = await tleFetcher(group);
25+
tle = await tleFetcher(group, format);
2626
timestamp = now;
2727
kv.set(`${group}_${format}`, tle);
2828
kv.set(`${group}_timestamp_${format}`, timestamp);

0 commit comments

Comments
 (0)