enviroment -> environment
This commit is contained in:
parent
31689c09e5
commit
6503dd51dd
6 changed files with 14 additions and 12 deletions
|
@ -8,7 +8,7 @@ pub struct Model {
|
|||
pub id: RoomId,
|
||||
pub live_kit_room: String,
|
||||
pub channel_id: Option<ChannelId>,
|
||||
pub enviroment: Option<String>,
|
||||
pub environment: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue