Skip to content

Commit

Permalink
change text
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 19, 2023
1 parent f27cdec commit de70396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ event Event (
fields: vec![
AbiValue::Bool(true),
AbiValue::Bool(false),
AbiValue::String("hello".to_string()),
AbiValue::String("zef".to_string()),
],
..Default::default()
};
Expand Down

0 comments on commit de70396

Please sign in to comment.