Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Apr 14, 2023
1 parent 2855796 commit 29413c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ import { Select, SodaQuery, Field, Where } from "https://deno.land/x/soda/mod.ts

const query = new SodaQuery("data.organization.com").withDataset("dataset-id");

const query = new SodaQuery("data.organization.com").withDataset("dataset-id");

// This works fine
query.select(
Select(Field("column_name", DataType.Text)).as("alias"),
Expand Down

0 comments on commit 29413c9

Please sign in to comment.