Skip to content

Commit fcbe456

Browse files
fix: ooops
1 parent 9b9a977 commit fcbe456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub struct MediaFile {
9090
}
9191

9292
impl MediaFile {
93-
pub(crate) fn new(title: String, content: Vec<Bytes>) -> Self {
93+
pub fn new(title: String, content: Vec<Bytes>) -> Self {
9494
Self {
9595
id: Uuid::new_v4(),
9696
title,

0 commit comments

Comments
 (0)