Skip to content

Commit

Permalink
Merge pull request #10 from debitoor/minor-refactoring
Browse files Browse the repository at this point in the history
minor-refactoring
  • Loading branch information
bifrost authored Oct 4, 2022
2 parents 3d2e0bb + d0c9ab9 commit c9406c0
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 c9406c0

Please sign in to comment.