Skip to content

Commit

Permalink
Merge pull request #154 from bioimage-io/revert-153-extension-info
Browse files Browse the repository at this point in the history
Revert "Fix extension.info bug"
  • Loading branch information
alalulu8668 authored Aug 21, 2024
2 parents f7e2d32 + 3192f3b commit 2390490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimageio_chatbot/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ <h3 class="text-center">Welcome to BioImage.IO Chatbot</h3>
throw new Error(`Invalid extension ${extension.id}, type should be bioimageio-chatbot-extension`)
_removeRpcObj(extension)

ext.info = ext.info || {}
extension.info = extension.info || {}

const schemas = await extension.get_schema()
for (let k of Object.keys(schemas)) {
Expand Down

0 comments on commit 2390490

Please sign in to comment.