Skip to content

Commit

Permalink
Commit from GitHub Actions (Publish APIs & Clients)
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Oct 27, 2021
1 parent 8261df1 commit 8cc8f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
"prepare": "npm run build"
},
"types": "index.d.ts",
"version": "1.0.572"
"version": "1.0.573"
}
2 changes: 1 addition & 1 deletion examples/db/create/go/createARecord.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ func CreateArecord() {
dbService := db.NewDbService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := dbService.Create(&db.CreateRequest{
Record: map[string]interface{}{
"isActive": true,
"id": "1",
"name": "Jane",
"age": 42,
"isActive": true,
},
Table: "users",
})
Expand Down

0 comments on commit 8cc8f3e

Please sign in to comment.