🚑 fix github parser

This commit is contained in:
platane
2023-01-09 08:52:19 +01:00
committed by Platane
parent dcdf20756a
commit f66842bcf8

View File

@@ -56,7 +56,7 @@ const parseUserPage = (content: string) => {
//
// parse cells
const rawCells = $(".js-calendar-graph rect[data-count]")
const rawCells = $(".js-calendar-graph rect[data-level][data-date]")
.toArray()
.map((x) => {
const level = +x.attribs["data-level"];