Remove merge leftover

This commit is contained in:
Patrick Jentsch 2022-09-07 15:16:32 +02:00
parent 7372e538f4
commit 650a77f055

View File

@ -32,7 +32,6 @@
const app = new App();
{%- if current_user.is_authenticated %}
const currentUserId = {{ current_user.hashid|tojson }};
const jobStatusNotifier = new JobStatusNotifier(currentUserId);
// Initialize components for current user
app.subscribeUser(currentUserId).catch((error) => {throw JSON.stringify(error);});