Skip to content

Commit f70e90e

Browse files
Update script.js
1 parent 9277121 commit f70e90e

File tree

1 file changed

+1
-0
lines changed
  • Core ServiceNow APIs/GlideAggregate/SLA Compliance Ratio by Assignment Group

1 file changed

+1
-0
lines changed

Core ServiceNow APIs/GlideAggregate/SLA Compliance Ratio by Assignment Group/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
var rate = breached ? ((breached / total) * 100).toFixed(2) : 0;
1515
gs.info(ga.getDisplayValue('task.assignment_group') + ': ' + rate + '% breached (' + breached + '/' + total + ')');
1616
}
17+
1718
})();

0 commit comments

Comments
 (0)