Skip to content

Commit

Permalink
Add 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelja committed Jan 28, 2021
1 parent 0e56eb5 commit 0a264fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deleter.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const activityURL string = "https://mbasic.facebook.com/<profileid>/allactivity"

const anyMonthString string = "Any month"

var yearOptions = []string{"2020", "2019", "2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2007", "2006"}
var yearOptions = []string{"2021", "2020", "2019", "2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2007", "2006"}
var monthStrings = []string{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}
var categoriesMap = map[string]string{
"Comments": "commentscluster",
Expand Down

0 comments on commit 0a264fd

Please sign in to comment.