We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0a51e commit af29fbbCopy full SHA for af29fbb
generate-stats.js
@@ -71,7 +71,7 @@ function generateTemplate(data) {
71
var contributors = ${JSON.stringify(Object.entries(data))};
72
73
// Certain users may have inappropriate or offense imagery for their profile picture
74
- var exclude = ["mjallday"]
+ var exclude = ["mjallday"]
75
76
var userRows;
77
var rows = [14, 14, 14, 14]; // users/row;
0 commit comments