Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevon committed Nov 3, 2021
1 parent 0f7d29a commit 84c4db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SchemaRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default class SchemaRegistry {
const response = await this.api.Subject.registered({
subject,
body: {
schemaType: confluentSchema.type === SchemaType.AVRO ? undefined : confluentSchema.schema,
schemaType: confluentSchema.type === SchemaType.AVRO ? undefined : confluentSchema.type,
schema: confluentSchema.schema,
},
})
Expand Down

0 comments on commit 84c4db4

Please sign in to comment.