From 26196cfd54d6a488e2348b88b3e0ca61883809a0 Mon Sep 17 00:00:00 2001 From: asim Date: Mon, 11 Oct 2021 11:30:10 +0000 Subject: [PATCH] Commit from GitHub Actions (Publish APIs & Clients) --- examples/db/update/go/updateARecord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/db/update/go/updateARecord.go b/examples/db/update/go/updateARecord.go index 4c7b7e9..d1cad90 100755 --- a/examples/db/update/go/updateARecord.go +++ b/examples/db/update/go/updateARecord.go @@ -11,8 +11,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", })