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
@@ -102,7 +102,7 @@ async def api_install_extension(
core_app_extra.register_new_ext_routes(extension)
if extension.upgrade_hash:
ext_info.nofiy_upgrade()
ext_info.notify_upgrade()
return extension
except AssertionError as e: