Apply automatic changes

This commit is contained in:
luke-hagar-sp
2024-03-01 20:58:33 +00:00
committed by github-actions[bot]
parent 1e34ef9265
commit 7165141d06
2 changed files with 4 additions and 4 deletions

2
dist/index.js vendored
View File

@@ -45511,7 +45511,7 @@ try {
{ data: "Name", header: true }, { data: "Name", header: true },
{ data: "Value", header: true }, { data: "Value", header: true },
], ],
...tableData, ...tableData.map((row) => [String(row[0]), String(row[1])]),
]) ])
.write(); .write();
} }

View File

@@ -5,7 +5,7 @@
"linesOfCodeChanged": 10702113, "linesOfCodeChanged": 10702113,
"totalCommits": 1583, "totalCommits": 1583,
"totalPullRequests": 48, "totalPullRequests": 48,
"codeByteTotal": 12550111, "codeByteTotal": 12550158,
"topLanguages": [ "topLanguages": [
{ {
"languageName": "Svelte", "languageName": "Svelte",
@@ -20,7 +20,7 @@
{ {
"languageName": "TypeScript", "languageName": "TypeScript",
"color": "#3178c6", "color": "#3178c6",
"value": 3160204 "value": 3160251
}, },
{ {
"languageName": "Makefile", "languageName": "Makefile",
@@ -88,7 +88,7 @@
"totalContributions": 1774, "totalContributions": 1774,
"closedIssues": 12, "closedIssues": 12,
"openIssues": 10, "openIssues": 10,
"fetchedAt": 1709326135888, "fetchedAt": 1709326649127,
"contributionData": [ "contributionData": [
{ {
"contributionCount": 1, "contributionCount": 1,