Skip to content

Commit

Permalink
check for height
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Dec 18, 2024
1 parent c3cffde commit 2c7aa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-rust/src/graphql_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3154,7 +3154,7 @@ impl Account {
sqlx::query_scalar!(
"SELECT slot_time
FROM blocks
WHERE height = 1"
WHERE height = 0"
)
.fetch_one(get_pool(ctx)?)
.await?
Expand Down

0 comments on commit 2c7aa55

Please sign in to comment.