From 7e5519638843d4148099a9857c7266952b1ff388 Mon Sep 17 00:00:00 2001 From: asim Date: Tue, 12 Oct 2021 17:45:31 +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 d1cad90..4c7b7e9 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{}{ - "id": "1", "age": 43, + "id": "1", }, Table: "users", })