Return error, not panic!(), when unable to check if file exists before uploading. #6

Open
opened 2025-07-06 08:20:55 -07:00 by robert · 0 comments
Owner

In src/api/release_attachment.rs, function create_release_attachment(...), there is a file presence check. When the file's presence could not be checked, the program will panic.

In `src/api/release_attachment.rs`, function `create_release_attachment(...)`, there is a file presence check. When the file's presence could not be checked, the program will panic.
Sign in to join this conversation.