Skip to content

Commit

Permalink
refactor: sample doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi committed Apr 5, 2024
1 parent 3b00ce1 commit aaa3575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/insert-query-with-get-trasanction.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

// sample-metadata:
// title: Calls a server side function on a Spanner PostgreSQL database.
// title: Perform a dml insert query using getTransaction method with optimisticLock
// usage: node insert-query-with-get-transaction.js <INSTANCE_ID> <DATABASE_ID> <PROJECT_ID>

async function main(instanceId, databaseId, projectId) {
Expand Down
2 changes: 1 addition & 1 deletion samples/read-query-with-get-transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

// sample-metadata:
// title: Calls a server side function on a Spanner PostgreSQL database.
// title: Perform a dml read query using getTransaction method with optimisticLock
// usage: node read-query-with-get-transaction.js <INSTANCE_ID> <DATABASE_ID> <PROJECT_ID>

async function main(instanceId, databaseId, projectId) {
Expand Down

0 comments on commit aaa3575

Please sign in to comment.