Skip to content

Commit

Permalink
minor-refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bifrost committed Oct 4, 2022
1 parent 3d2e0bb commit d0c9ab9
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 @@ -246,7 +246,7 @@ export default class SchemaRegistry {
}

const response = await this.getSchemaOriginRequest(registryId)
const foundSchema = response.data() as SchemaResponse
const foundSchema: SchemaResponse = response.data()

const schemaType = schemaTypeFromString(foundSchema.schemaType)

Expand Down

0 comments on commit d0c9ab9

Please sign in to comment.