fix eslint

This commit is contained in:
Isaac Connor 2021-02-25 20:35:45 -05:00
parent b8fcd7c85f
commit 445d815071
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ function ajaxRequest(params) {
function processRows(rows) {
$j.each(rows, function(ndx, row) {
var eid = row.Id;
var mid = row.MonitorId;
var archived = row.Archived == yesString ? archivedString : '';
var emailed = row.Emailed == yesString ? emailedString : '';