Skip to content

Commit

Permalink
chore: tag changes for samples/pg-jsonb-query-parameter.js (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
asthamohta authored Nov 7, 2022
1 parent cf06a90 commit a2a8ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/pg-jsonb-query-parameter.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function main(
databaseId = 'my-database',
projectId = 'my-project-id'
) {
// [START spanner_postgresql_jsonb_update_data]
// [START spanner_postgresql_jsonb_query_parameter]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -73,7 +73,7 @@ function main(
}
}
pgJsonbDataType();
// [END spanner_postgresql_jsonb_update_data]
// [END spanner_postgresql_jsonb_query_parameter]
}

process.on('unhandledRejection', err => {
Expand Down

0 comments on commit a2a8ff1

Please sign in to comment.