Skip to content

Commit c8d6895

Browse files
authored
Updated mistyped variable
1 parent 5cd1fb0 commit c8d6895

File tree

1 file changed

+1
-1
lines changed
  • Core ServiceNow APIs/GlideAggregate/Count open Incidents per Priority and State using GlideAggregate

1 file changed

+1
-1
lines changed

Core ServiceNow APIs/GlideAggregate/Count open Incidents per Priority and State using GlideAggregate/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ while (ga.next()) {
4040
var state = ga.getValue('state');
4141
var count = ga.getValue('COUNT');
4242

43-
gs.info("There are a total of: " + count + " Incidents with a priority of " + priorityValue + " and in a state of " + incident_staates[state]);
43+
gs.info("There are a total of: " + count + " Incidents with a priority of " + priorityValue + " and in a state of " + incident_states[state]);
4444

4545
}

0 commit comments

Comments
 (0)