Skip to content

Commit

Permalink
event message id
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Feb 27, 2025
1 parent ab68d1d commit 5ab6d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/sqlite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ impl Sql {
Argument::String(event_id.to_string()),
Argument::String(utc_dt_string_from_timestamp(block_timestamp)),
Argument::String(chrono::Utc::now().to_rfc3339()),
Argument::String(entity_id.to_string()),
Argument::String(entity_id.trim_start_matches("event:").to_string()),
];

fn collect_members(
Expand Down

0 comments on commit 5ab6d03

Please sign in to comment.