Skip to content

Commit

Permalink
update grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Nov 28, 2024
1 parent bc56e52 commit 22fe5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/grpc/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl DojoWorld {
.model(&Felt::from_str(&model_id).map_err(ParseError::FromStr)?)
.await?;
let mut schema = model.schema;
schema.deserialize(&mut sql_string_to_felts(&data))?;
schema.from_json_value(serde_json::from_str(&data).unwrap())?;

let entity = entities
.entry(id)
Expand Down

0 comments on commit 22fe5e4

Please sign in to comment.