Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-10-28 07:37:03 +00:00
parent 937e0ce58c
commit c888ad02de
2 changed files with 2 additions and 2 deletions

View File

@@ -76,5 +76,5 @@
"prepare": "npm run build"
},
"types": "index.d.ts",
"version": "1.0.581"
"version": "1.0.590"
}

View File

@@ -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",
})