From 30110213e79f40fd9eddbd5cd1b534163ce1ed6c Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Thu, 1 Aug 2024 01:04:34 +0100 Subject: [PATCH] cleanup --- internal/executor/errors.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/internal/executor/errors.go b/internal/executor/errors.go index 68aa04a..44c3de7 100644 --- a/internal/executor/errors.go +++ b/internal/executor/errors.go @@ -115,11 +115,3 @@ type NotFollowingError struct { func (e NotFollowingError) Error() string { return "you are not following " + e.Account } - -//type UnknownMediaAttachmentError struct { -// AttachmentID string -//} -// -//func (e UnknownMediaAttachmentError) Error() string { -// return "unknown media attachment '" + e.AttachmentID + "'" -//}