From 5a6306bd838a6851ebfb8643983ca81f2490e9d1 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Tue, 17 May 2022 15:24:43 +0200 Subject: [PATCH] Properly mark TODO comment --- storage/filesystem.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/filesystem.go b/storage/filesystem.go index a015720..29fc6ba 100644 --- a/storage/filesystem.go +++ b/storage/filesystem.go @@ -205,7 +205,8 @@ func calendarFromFile(path string, propFilter []string) (*ical.Calendar, error) } return cal, nil - // return vcardPropFilter(card, propFilter), nil + // TODO implement + //return icalPropFilter(cal, propFilter), nil } func createDefaultAddressBook(path, localPath string) error {