chore: fix comment
This commit is contained in:
parent
5212320d8d
commit
2dff48dcd0
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ class InstallableExtension(BaseModel):
|
||||||
)
|
)
|
||||||
|
|
||||||
def nofiy_upgrade(self) -> None:
|
def nofiy_upgrade(self) -> None:
|
||||||
"""Update the the list of upgraded extensions. The middleware will perform redirects based on this"""
|
"""Update the list of upgraded extensions. The middleware will perform redirects based on this"""
|
||||||
if not self.hash:
|
if not self.hash:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue