Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit df4282e

Browse files
committed
add 2024
1 parent df46134 commit df4282e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deleter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const facebookLoginURL string = "https://mbasic.facebook.com/login/device-based/
2525
const profileURL string = "https://mbasic.facebook.com/profile"
2626
const activityURL string = "https://mbasic.facebook.com/<profileid>/allactivity"
2727

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

0 commit comments

Comments
 (0)