From f0d16aec9aac5ac4b0d68e9e14d331cab58e035d Mon Sep 17 00:00:00 2001 From: Adam Gaudreau Date: Tue, 9 Nov 2021 18:33:29 -0500 Subject: [PATCH] Update templates/operations.html Remove unnecessary assignment Co-authored-by: Jordan Hanna <4370241+cyber-arsenull@users.noreply.github.com> --- templates/operations.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/operations.html b/templates/operations.html index 6d52b79e4..01849f3b4 100644 --- a/templates/operations.html +++ b/templates/operations.html @@ -1247,7 +1247,6 @@

Decisions

if ((new Date() - new Date(res.last_seen)) > 3600000) { toast(`Command might not run. Is Agent #${res.paw} still alive?`); } else { - this.selectedAgentIndex = 0; this.potentialLink.agent = res; } })