Skip to content

Commit 4f741f6

Browse files
location is now pub
1 parent 612b9f5 commit 4f741f6

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
@@ -10,7 +10,7 @@ pub type Bytes = Vec<u8>;
1010

1111
#[derive(Debug, Clone, Serialize, Deserialize, Hash, PartialEq, Eq)]
1212
pub struct MediaReference {
13-
location: NodeId,
13+
pub location: NodeId,
1414
pub id: Uuid,
1515
}
1616

0 commit comments

Comments
 (0)