From 7165141d064d225bf5d92c061e89d7b1d2152116 Mon Sep 17 00:00:00 2001 From: luke-hagar-sp Date: Fri, 1 Mar 2024 20:58:33 +0000 Subject: [PATCH] Apply automatic changes --- dist/index.js | 2 +- github-user-stats.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index e5bfb03..addfb1a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -45511,7 +45511,7 @@ try { { data: "Name", header: true }, { data: "Value", header: true }, ], - ...tableData, + ...tableData.map((row) => [String(row[0]), String(row[1])]), ]) .write(); } diff --git a/github-user-stats.json b/github-user-stats.json index d830764..ed028e1 100644 --- a/github-user-stats.json +++ b/github-user-stats.json @@ -5,7 +5,7 @@ "linesOfCodeChanged": 10702113, "totalCommits": 1583, "totalPullRequests": 48, - "codeByteTotal": 12550111, + "codeByteTotal": 12550158, "topLanguages": [ { "languageName": "Svelte", @@ -20,7 +20,7 @@ { "languageName": "TypeScript", "color": "#3178c6", - "value": 3160204 + "value": 3160251 }, { "languageName": "Makefile", @@ -88,7 +88,7 @@ "totalContributions": 1774, "closedIssues": 12, "openIssues": 10, - "fetchedAt": 1709326135888, + "fetchedAt": 1709326649127, "contributionData": [ { "contributionCount": 1,