Skip to content

Commit

Permalink
Update hexo_githubcalendar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zfour authored Mar 6, 2021
1 parent 05e1b6a commit e2da216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexo_githubcalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function GithubCalendar(git_githubapiurl,git_color,git_user){
}
}

vat addweek = (data) => {
var addweek = (data) => {
if (git_thisdayindex === 6) {
git_aweekago = git_lastweek[0].date;
addlastweek()
Expand Down

0 comments on commit e2da216

Please sign in to comment.