Skip to content

Commit

Permalink
fixed naother issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Dec 17, 2024
1 parent 1a0c614 commit 7ee3eea
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 @@ -3141,7 +3141,7 @@ impl Account {
/// Timestamp of the block where this account was created.
async fn created_at(&self, ctx: &Context<'_>) -> ApiResult<DateTime> {
let slot_time = sqlx::query_scalar!(
"SELECT slot_time
"SELECT blocks.slot_time
FROM transactions
JOIN blocks ON transactions.block_height = blocks.height
WHERE transactions.index = $1",
Expand Down

0 comments on commit 7ee3eea

Please sign in to comment.