Skip to content

Commit

Permalink
Merge branch 'schema-revisions' of https://github.com/feywind/nodejs-…
Browse files Browse the repository at this point in the history
…pubsub into schema-revisions
  • Loading branch information
gcf-owl-bot[bot] committed Jan 8, 2024
2 parents 50f5b07 + a77cd9a commit 007ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/typescript/commitAvroSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function commitAvroSchema(schemaNameOrId: string, avscFile: string) {

console.log(`Schema ${name} committed with revision ${result.revisionId}.`);
}
// [END pubsub_create_avro_schema]
// [END pubsub_commit_avro_schema]

function main(
schemaNameOrId = 'YOUR_SCHEMA_NAME_OR_ID',
Expand Down

0 comments on commit 007ee05

Please sign in to comment.