We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdf207 commit f66842bCopy full SHA for f66842b
‎packages/github-user-contribution/index.ts
@@ -56,7 +56,7 @@ const parseUserPage = (content: string) => {
56
57
//
58
// parse cells
59
- const rawCells = $(".js-calendar-graph rect[data-count]")
+ const rawCells = $(".js-calendar-graph rect[data-level][data-date]")
60
.toArray()
61
.map((x) => {
62
const level = +x.attribs["data-level"];
0 commit comments