From 7f08fcc1ee54b6c5755ff2a8ff08c83fe10a855b Mon Sep 17 00:00:00 2001 From: Ava Howell Date: Wed, 18 Sep 2024 18:17:04 -0700 Subject: [PATCH] fix typo --- crates/bin/pindexer/src/supply.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bin/pindexer/src/supply.rs b/crates/bin/pindexer/src/supply.rs index c146d4427e..97f7497148 100644 --- a/crates/bin/pindexer/src/supply.rs +++ b/crates/bin/pindexer/src/supply.rs @@ -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, ); ",