Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-08 14:59:30 +00:00
parent 9d1871a618
commit ef2644549a
2 changed files with 2 additions and 2 deletions

View File

@@ -78,5 +78,5 @@
"prepare": "npm run build"
},
"types": "index.d.ts",
"version": "1.0.645"
"version": "1.0.656"
}

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{}{
"age": 43,
"id": "1",
"age": 43,
},
Table: "users",
})