diff --git a/app/templates/_scripts.html.j2 b/app/templates/_scripts.html.j2 index a0fe17f7203044cc8472882e02f53de7b210dc3d..ccc32a05fc285a91808013a3d66781b2a63f526e 100644 --- a/app/templates/_scripts.html.j2 +++ b/app/templates/_scripts.html.j2 @@ -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);});