enviroment -> environment

This commit is contained in:
Mikayla 2024-01-10 22:57:58 -08:00
parent 31689c09e5
commit 6503dd51dd
No known key found for this signature in database
6 changed files with 14 additions and 12 deletions

View file

@ -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)]