Skip to content

Commit

Permalink
Update templates/operations.html
Browse files Browse the repository at this point in the history
Remove unnecessary assignment

Co-authored-by: Jordan Hanna <[email protected]>
  • Loading branch information
argaudreau and cyber-arsenull committed Nov 9, 2021
1 parent f046499 commit f0d16ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,6 @@ <h2 class="is-size-7 has-text-weight-normal mb-5 mt-0">Decisions</h2>
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;
}
})
Expand Down

0 comments on commit f0d16ae

Please sign in to comment.