Skip to content

Commit a427582

Browse files
committed
fix: formatting
1 parent 03dc322 commit a427582

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/insights/src/cache.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const transformer = {
1111

1212
/**
1313
* - API routes will be cached for 1 hour
14-
* - Cached function will be cached for 10 minutes,
15-
* If the function is called within 1 hour, it will
14+
* - Cached function will be cached for 10 minutes,
15+
* If the function is called within 1 hour, it will
1616
* still be served from the cache, but also fetch the latest data
1717
*/
1818
export const DEFAULT_NEXT_FETCH_TTL = 3600; // 1 hour

apps/insights/src/services/pyth/get-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import { clients, Cluster } from ".";
22

33
export const getPythMetadata = async (cluster: Cluster) => {
44
return clients[cluster].getData();
5-
};
5+
};

0 commit comments

Comments
 (0)