Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
philkra committed Nov 24, 2023
1 parent 5f649d9 commit f1cc86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 040-SDK/102-create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ users = xata.records().bulk_insert("Users", {

```go
client, _ := xata.NewRecordsClient()
users, _ := client..BulkInsert(context.TODO(), xata.BulkInsertRecordRequest{
users, _ := client.BulkInsert(context.TODO(), xata.BulkInsertRecordRequest{
RecordRequest: xata.RecordRequest{
TableName: "Users",
},
Expand Down

0 comments on commit f1cc86a

Please sign in to comment.