Skip to content

Commit

Permalink
chore: rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
tejmagar committed Jun 26, 2024
1 parent 1f00641 commit 9fb79f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forms/fields/file_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl UploadedFile {
}
}

pub fn named_temp_file(&self) -> &TempFile {
pub fn temp_file(&self) -> &TempFile {
&self.temp_file
}
}
Expand Down

0 comments on commit 9fb79f2

Please sign in to comment.