feat(upload): Added body to download function (#1523)

Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
enri90
2024-12-03 14:35:11 +01:00
committed by GitHub
parent ce83d53775
commit 05c62d731f
8 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ struct InitJavascript<'a> {
exe_extension: &'a str,
}
impl<'a> InitJavascript<'a> {
impl InitJavascript<'_> {
fn new() -> Self {
Self {
#[cfg(windows)]