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 }