Skip to content

Commit

Permalink
fix: change of tag for fgac (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
asthamohta committed Jan 23, 2023
1 parent fc2b695 commit d75b6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/add-and-drop-new-database-role.js
Expand Up @@ -23,7 +23,7 @@ function main(
databaseId = 'my-database',
projectId = 'my-project-id'
) {
// [START spanner_add_and_drop_new_database]
// [START spanner_add_and_drop_database_role]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -79,7 +79,7 @@ function main(
}
}
addAndDropNewDatabaseRole();
// [END spanner_add_and_drop_new_database]
// [END spanner_add_and_drop_database_role]
}

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

0 comments on commit d75b6dd

Please sign in to comment.