From 29413c9fb6b7d81309e39f9bfb07eb2846381efe Mon Sep 17 00:00:00 2001 From: j3lte Date: Fri, 14 Apr 2023 15:19:50 +0200 Subject: [PATCH] Update README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5f1aa62..d5b5db5 100644 --- a/README.md +++ b/README.md @@ -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"),