From c6323dba8c5b98ef6bc7e5c187a3a366458e18e6 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 25 Sep 2023 15:38:57 -0400 Subject: [PATCH] Clean up SQLite to-do --- database.go | 1 - 1 file changed, 1 deletion(-) diff --git a/database.go b/database.go index 88961a0..f1e9cfa 100644 --- a/database.go +++ b/database.go @@ -976,7 +976,6 @@ func (db *datastore) UpdateCollection(app *App, c *SubmittedCollection, alias st // Update EmailSub value if c.EmailSubs { - // TODO: ensure these work with SQLite err = db.SetCollectionAttribute(collID, "email_subs", "1") if err != nil { log.Error("Unable to insert email_subs value: %v", err)