From aad595935059b03dd25a8c2a0a7c13dcac261c62 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Thu, 8 May 2025 15:04:37 -0600 Subject: [PATCH] rm unused --- src/feeds/db.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/feeds/db.go b/src/feeds/db.go index 9608ce9..91883bf 100644 --- a/src/feeds/db.go +++ b/src/feeds/db.go @@ -224,10 +224,6 @@ func Update(ctx context.Context, id string, url, cron, pattern, webhookMethod, w ) } -func (feed Feed) Update(ctx context.Context, url, cron, pattern, tag *string) error { - return io.EOF -} - func (feed Feed) Delete(ctx context.Context) error { return io.EOF }