im sure I did something

This commit is contained in:
2026-08-06 19:55:51 -04:00
parent f76d715cb9
commit 4a7b3c91f0
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -43,7 +43,6 @@ type SimpleCalDavData struct {
Calandars []Calandar
}
// this makes stalwart assumptions
func GetCalDAVData(username string, password string) SimpleCalDavData {
req, _ := http.NewRequest(
"PROPFIND",