From c888ad02de5ab3390131965d946b4cb140d08654 Mon Sep 17 00:00:00 2001 From: asim Date: Thu, 28 Oct 2021 07:37:03 +0000 Subject: [PATCH] Commit from GitHub Actions (Generate Clients & Examples) --- clients/ts/package.json | 2 +- examples/db/update/go/updateARecord.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/ts/package.json b/clients/ts/package.json index 457b66b..c1f8fbb 100644 --- a/clients/ts/package.json +++ b/clients/ts/package.json @@ -76,5 +76,5 @@ "prepare": "npm run build" }, "types": "index.d.ts", - "version": "1.0.581" + "version": "1.0.590" } \ No newline at end of file diff --git a/examples/db/update/go/updateARecord.go b/examples/db/update/go/updateARecord.go index 4517043..1fb0e47 100755 --- a/examples/db/update/go/updateARecord.go +++ b/examples/db/update/go/updateARecord.go @@ -12,8 +12,8 @@ func UpdateArecord() { dbService := db.NewDbService(os.Getenv("MICRO_API_TOKEN")) rsp, err := dbService.Update(&db.UpdateRequest{ Record: map[string]interface{}{ - "id": "1", "age": 43, + "id": "1", }, Table: "users", })