Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Sep 19, 2024
1 parent a0cda9b commit 7f08fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pindexer/src/supply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl AppView for Supply {
sqlx::query(
// table name is module path + struct name
"
CREATE TABLE IF NOT EXISTS supply_initial_genesiis (
CREATE TABLE IF NOT EXISTS supply_initial_genesis (
value BIGINT PRIMARY KEY,
);
",
Expand Down

0 comments on commit 7f08fcc

Please sign in to comment.