Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-10-11 12:31:04 +00:00
parent ec4a264bd0
commit abde0d2b63
2 changed files with 3 additions and 3 deletions

View File

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