chore: typo in function name nofiy_upgrade (#2383)

small typo in ext manager
This commit is contained in:
dni ⚡
2024-04-02 08:38:12 +02:00
committed by GitHub
parent 468121a453
commit ef6bc4c3ae
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ async def restore_installed_extension(app: FastAPI, ext: InstallableExtension):
# mount routes for the new version
core_app_extra.register_new_ext_routes(extension)
if extension.upgrade_hash:
ext.nofiy_upgrade()
ext.notify_upgrade()
def register_custom_extensions_path():