Skip to content

Commit

Permalink
fix: processors
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Aug 27, 2024
1 parent ba37cc2 commit 9eaa940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/torii/core/src/processors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pub mod store_transaction;
pub mod store_update_member;
pub mod store_update_record;

const MODEL_INDEX: usize = 1;
const NUM_KEYS_INDEX: usize = 2;
const MODEL_INDEX: usize = 0;
const NUM_KEYS_INDEX: usize = 1;
const ENTITY_ID_INDEX: usize = 1;

#[async_trait]
Expand Down

0 comments on commit 9eaa940

Please sign in to comment.