Skip to content

Commit

Permalink
fix(examples): Move to all API
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Jan 10, 2025
1 parent c028f6c commit eb11ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/turso-libsql/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async fn main() -> Result<()> {
println!("Number of projects: {}\n", count);

// Query all projects
let all_projects = Projects::fetch_all(&conn).await?;
let all_projects = Projects::all(&conn).await?;

for project in all_projects {
println!(
Expand Down

0 comments on commit eb11ffd

Please sign in to comment.