Skip to content

Commit 1f68d9d

Browse files
committed
Add a TODO comment
1 parent 0eb79e7 commit 1f68d9d

File tree

3 files changed

+450
-449
lines changed

3 files changed

+450
-449
lines changed

scripts/get-github-info/get-github-info.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async function main() {
4040
const content = await fs.readFile(filePath, "utf8")
4141
const { data } = grayMatter(content)
4242
if (data.github) {
43+
// TODO: This needs to be pooled to make the builds faster.
4344
const stats = await getGitHubStats(data.github)
4445
if (stats) {
4546
newState.set(data.github, stats)

0 commit comments

Comments
 (0)