Apply review comments

This commit is contained in:
2024-10-10 15:42:11 +02:00
parent 849177562d
commit 32444fac90
9 changed files with 28 additions and 29 deletions

View File

@ -27,7 +27,7 @@ class ManifestPostProcessingStorage(ManifestStaticFilesStorage):
)
name = str(path.with_suffix(".css"))
if path.suffix == ".ts":
elif path.suffix == ".ts":
name = str(path.with_suffix(".js"))
return super().url(name, force=force)