Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Jul 17, 2024
1 parent 65b2c39 commit b54901c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/torii/core/src/processors/store_update_member.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ where
let keys = db.get_entity_keys(entity_id, &tag).await?;
let mut keys_and_unpacked = [keys, values].concat();


ty.deserialize(&mut keys_and_unpacked)?;
db.set_model_member(entity_id, &schema.name(), &ty, block_timestamp).await
}
Expand Down

0 comments on commit b54901c

Please sign in to comment.