Skip to content

Commit

Permalink
add 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelja committed Jan 1, 2024
1 parent df46134 commit df4282e
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 @@ -25,7 +25,7 @@ const facebookLoginURL string = "https://mbasic.facebook.com/login/device-based/
const profileURL string = "https://mbasic.facebook.com/profile"
const activityURL string = "https://mbasic.facebook.com/<profileid>/allactivity"

var yearOptions = []string{"2023", "2022", "2021", "2020", "2019", "2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2007", "2006"}
var yearOptions = []string{"2024", "2023", "2022", "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 df4282e

Please sign in to comment.