Update index.ts

This commit is contained in:
luke-hagar-sp
2024-02-29 16:21:43 -05:00
parent 873d09332e
commit f541a074a2

View File

@@ -290,7 +290,7 @@ try {
const fetchedAt = Date.now();
const userDetails = await octokit.rest.users.getByUsername({ username });
const accountCreationDate = userDetails.data.created_at;
// const accountCreationDate = userDetails.data.created_at;
const [
graphQLData,