Skip to content

Commit f66842b

Browse files
committed
🚑 fix github parser
1 parent dcdf207 commit f66842b

File tree

1 file changed

+1
-1
lines changed
  • packages/github-user-contribution

1 file changed

+1
-1
lines changed

‎packages/github-user-contribution/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const parseUserPage = (content: string) => {
5656

5757
//
5858
// parse cells
59-
const rawCells = $(".js-calendar-graph rect[data-count]")
59+
const rawCells = $(".js-calendar-graph rect[data-level][data-date]")
6060
.toArray()
6161
.map((x) => {
6262
const level = +x.attribs["data-level"];

0 commit comments

Comments
 (0)