We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89a9b2 commit 14b7c22Copy full SHA for 14b7c22
components/servicenow/common/constants.mjs
@@ -1,5 +1,3 @@
1
-const TROUBLE_TICKET_PATH = "/api/sn_ind_tsm_sdwan/ticket/troubleTicket";
2
-
3
const DEFAULT_SEVERITY_OPTIONS = [
4
{
5
label: "Critical",
@@ -28,7 +26,6 @@ const INCIDENT_SEVERITY_OPTIONS = [
28
26
];
29
27
30
export default {
31
- TROUBLE_TICKET_PATH,
32
DEFAULT_SEVERITY_OPTIONS,
33
INCIDENT_SEVERITY_OPTIONS,
34
};
0 commit comments