Fixed linter errors

This commit is contained in:
squidfunk
2021-09-26 11:32:48 +02:00
parent 3aa55dc732
commit 248bd4e02f
4 changed files with 2 additions and 39 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -225,7 +225,7 @@
</script> </script>
{% endblock %} {% endblock %}
{% block scripts %} {% block scripts %}
<script src="{{ 'assets/javascripts/bundle.b226dac1.min.js' | url }}"></script> <script src="{{ 'assets/javascripts/bundle.e3d8df37.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

@@ -30,8 +30,7 @@ import {
mergeMap, mergeMap,
mergeWith, mergeWith,
shareReplay, shareReplay,
switchMap, switchMap
tap
} from "rxjs/operators" } from "rxjs/operators"
import { configuration, feature } from "./_" import { configuration, feature } from "./_"