Fixed linter errors

This commit is contained in:
squidfunk 2021-08-11 23:50:01 +02:00
parent f4b1f97dd0
commit 6d678a4a66
4 changed files with 4 additions and 4 deletions

View File

@ -223,7 +223,7 @@
</script> </script>
{% endblock %} {% endblock %}
{% block scripts %} {% block scripts %}
<script src="{{ 'assets/javascripts/bundle.9264e2c0.min.js' | url }}"></script> <script src="{{ 'assets/javascripts/bundle.56838a2c.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %} {% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script> <script src="{{ path | url }}"></script>
{% endfor %} {% endfor %}

View File

@ -28,8 +28,8 @@ import {
of of
} from "rxjs" } from "rxjs"
import { import {
finalize,
delay, delay,
finalize,
map, map,
observeOn, observeOn,
switchMap, switchMap,