rm unused

main
Bel LaPointe 2025-05-08 15:04:37 -06:00
parent f7f44d6615
commit aad5959350
1 changed files with 0 additions and 4 deletions

View File

@ -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
}