From edc4a72755989b58f81c0aca57202ad989c69f78 Mon Sep 17 00:00:00 2001 From: asim Date: Mon, 25 Oct 2021 13:39:00 +0000 Subject: [PATCH] Commit from GitHub Actions (Publish APIs & Clients) --- 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 df91551..1a16623 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.561" + "version": "1.0.562" } \ No newline at end of file diff --git a/examples/db/update/go/updateARecord.go b/examples/db/update/go/updateARecord.go index 1fb0e47..4517043 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{}{ - "age": 43, "id": "1", + "age": 43, }, Table: "users", })