Transfer impl of release_attach to new home

A bunch of code has been dropped because it's no longer necessary -- yay for better data builder usage and real error handling!
This commit is contained in:
2025-05-29 17:40:12 -05:00
parent 29172bae0b
commit 6d95e54bc7
2 changed files with 37 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ pub enum Error {
Placeholder, // TODO: Enumerate error modes
WrappedReqwestErr(reqwest::Error),
MissingAuthToken,
NoSuchFile, // for release attachment 'file exists' pre-check.
}
impl From<reqwest::Error> for crate::Error {